jsdoc/packages/jsdoc-cli/package.json
Jeff Williams db20d51066
Publish
- jsdoc@5.0.0-dev.16
 - @jsdoc/ast@0.2.10
 - @jsdoc/cli@0.3.9
 - @jsdoc/core@0.5.7
 - @jsdoc/doclet@0.2.10
 - @jsdoc/eslint-config@1.2.8
 - @jsdoc/parse@0.3.10
 - @jsdoc/plugins@0.1.10
 - @jsdoc/prettier-config@0.2.7
 - @jsdoc/tag@0.2.10
 - @jsdoc/task-runner@0.2.4
 - @jsdoc/template-legacy@0.1.10
2023-12-10 17:47:38 -08:00

46 lines
969 B
JSON

{
"name": "@jsdoc/cli",
"version": "0.3.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"
},
"type": "module",
"exports": {
".": {
"import": "./index.js"
},
"./lib/*": {
"import": "./lib/*"
}
},
"dependencies": {
"@jsdoc/core": "^0.5.7",
"@jsdoc/util": "^0.3.2",
"lodash": "^4.17.21",
"ow": "^1.1.1",
"strip-bom": "^5.0.0",
"yargs-parser": "^21.1.1"
},
"engines": {
"node": ">=v18.12.0"
},
"gitHead": "a595f7f2a525f32da9a0498a027667af3d938158"
}