jsdoc/packages/jsdoc-cli/package.json
Jeff Williams 22a935fb06
Publish
- @jsdoc/cli@0.2.9
 - @jsdoc/core@0.4.4
 - @jsdoc/eslint-config@1.1.10
 - @jsdoc/parse@0.1.5
 - @jsdoc/salty@0.2.2
 - @jsdoc/tag@0.1.4
 - @jsdoc/test-matchers@0.1.13
 - jsdoc@5.0.0-dev.1
2022-12-11 19:00:20 -08:00

37 lines
834 B
JSON

{
"name": "@jsdoc/cli",
"version": "0.2.9",
"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.4",
"@jsdoc/util": "^0.2.7",
"lodash": "^4.17.21",
"ow": "^0.28.2",
"strip-bom": "^4.0.0",
"yargs-parser": "^21.1.1"
},
"engines": {
"node": ">=v18.12.0"
},
"gitHead": "a595f7f2a525f32da9a0498a027667af3d938158"
}