Files
sphinx/package.json

18 lines
402 B
JSON

{
"name": "sphinx",
"scripts": {
"test": "npx jasmine-browser-runner runSpecs --config=tests/js/jasmine-browser.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sphinx-doc/sphinx.git"
},
"bugs": {
"url": "https://github.com/sphinx-doc/sphinx/issues"
},
"devDependencies": {
"jasmine-browser-runner": "^2.5.0",
"jasmine-core": "^5.2.0"
}
}