{ "name": "@jsdoc/doclet", "version": "0.2.13", "description": "Generates and processes JSDoc doclets.", "keywords": [ "jsdoc" ], "author": "Jeff Williams ", "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.13", "@jsdoc/name": "^0.1.1", "@jsdoc/tag": "^0.2.13", "common-path-prefix": "^3.0.0", "lodash": "^4.17.21", "on-change": "^6.0.1", "strip-bom": "^5.0.0" }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=23.0.0" } }