jsdoc/packages/jsdoc-doclet/package.json
2023-12-15 00:15:05 +00:00

43 lines
915 B
JSON

{
"name": "@jsdoc/doclet",
"version": "0.2.10",
"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"
},
"type": "module",
"exports": {
".": {
"import": "./index.js"
},
"./lib/*": {
"import": "./lib/*"
}
},
"dependencies": {
"@jsdoc/ast": "^0.2.10",
"@jsdoc/core": "^0.5.7",
"@jsdoc/tag": "^0.2.10",
"@jsdoc/util": "^0.3.2",
"lodash": "^4.17.21",
"on-change": "^5.0.0",
"strip-bom": "^5.0.0"
}
}