Jeff Williams 2a2d950b56
chore(deps): clean up dependencies
* Remove unused dependencies
* Add missing dependencies
* Add `dependency-cleanup` script to check dependencies with [Knip](https://knip.dev/)
2025-09-30 20:48:29 -07:00

34 lines
695 B
JSON

{
"name": "@jsdoc/plugins",
"version": "0.1.13",
"description": "Sample plugins 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": "./*"
}
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"
}
}