jsdoc/packages/jsdoc-cli/package.json
2021-06-05 10:22:01 +00:00

37 lines
834 B
JSON

{
"name": "@jsdoc/cli",
"version": "0.2.5",
"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"
},
"dependencies": {
"@jsdoc/core": "^0.4.0",
"@jsdoc/util": "^0.2.4",
"lodash": "^4.17.21",
"ow": "^0.24.1",
"strip-bom": "^4.0.0",
"yargs-parser": "^20.2.7"
},
"engines": {
"node": ">=v14.17.0"
},
"gitHead": "a595f7f2a525f32da9a0498a027667af3d938158"
}