jsdoc/packages/jsdoc-cli/package.json
Jeff Williams ff3eeab056 Publish
- @jsdoc/cli@0.2.3
 - @jsdoc/core@0.3.2
 - @jsdoc/eslint-config@1.1.4
 - @jsdoc/task-runner@0.1.8
 - @jsdoc/util@0.2.2
 - jsdoc@4.0.0-dev.13
2020-07-11 16:02:11 -07:00

37 lines
833 B
JSON

{
"name": "@jsdoc/cli",
"version": "0.2.3",
"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.3.2",
"@jsdoc/util": "^0.2.2",
"lodash": "^4.17.19",
"ow": "^0.17.0",
"strip-bom": "^4.0.0",
"yargs-parser": "^18.1.3"
},
"engines": {
"node": ">=10.18.0"
},
"gitHead": "a595f7f2a525f32da9a0498a027667af3d938158"
}