jsdoc/packages/jsdoc-core/package.json
Jeff Williams ee53851057
chore(deps): update supported engines; upgrade yargs-parser
Node.js 18 is EOL, and yargs-parser requires recent versions of Node.js 20 and 22.
2025-05-30 21:51:32 -07:00

48 lines
1.0 KiB
JSON

{
"name": "@jsdoc/core",
"version": "0.5.10",
"description": "Core functionality 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/doclet": "^0.2.13",
"@jsdoc/parse": "^0.3.13",
"@jsdoc/tag": "^0.2.13",
"cosmiconfig": "^9.0.0",
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",
"strip-json-comments": "^5.0.2"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"
},
"gitHead": "a595f7f2a525f32da9a0498a027667af3d938158"
}