jsdoc/packages/jsdoc-cli/package.json
Jeff Williams a595f7f2a5 Publish
- @jsdoc/cli@0.1.0
 - @jsdoc/core@0.2.0
 - jsdoc@4.0.0-dev.8
2019-12-08 18:55:34 -08:00

34 lines
769 B
JSON

{
"name": "@jsdoc/cli",
"version": "0.1.0",
"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.2.0",
"cosmiconfig": "^6.0.0",
"lodash": "^4.17.15",
"ow": "^0.15.0",
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.0.1",
"yargs-parser": "^16.1.0"
}
}