jsdoc/packages/jsdoc-cli/package.json
2025-10-16 22:29:43 +00:00

45 lines
966 B
JSON

{
"name": "@jsdoc/cli",
"version": "0.3.12",
"description": "Command-line tool for JSDoc.",
"keywords": [
"jsdoc"
],
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
"homepage": "https://jsdoc.app/",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc/jsdoc.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/jsdoc/jsdoc/issues"
},
"type": "module",
"exports": {
".": {
"import": "./index.js"
},
"./lib/*": {
"import": "./lib/*"
}
},
"dependencies": {
"@jsdoc/core": "^0.5.10",
"@jsdoc/util": "^0.3.4",
"lodash": "^4.17.21",
"ow": "^3.1.1",
"yargs-parser": "^22.0.0"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"
},
"gitHead": "a595f7f2a525f32da9a0498a027667af3d938158"
}