jsdoc/packages/jsdoc-doclet/package.json
2023-01-16 12:14:38 -08:00

33 lines
749 B
JSON

{
"name": "@jsdoc/doclet",
"version": "0.0.1",
"description": "Generates and processes JSDoc doclets.",
"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/ast": "^0.0.1",
"@jsdoc/core": "^0.4.4",
"@jsdoc/tag": "^0.1.4",
"@jsdoc/util": "^0.2.7",
"lodash": "^4.17.21",
"strip-bom": "^4.0.0"
}
}