jsdoc/packages/jsdoc-ast/package.json
2025-10-23 17:01:42 +00:00

44 lines
953 B
JSON

{
"name": "@jsdoc/ast",
"version": "0.2.13",
"description": "JSDoc tools for working with abstract syntax trees (ASTs).",
"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": {
"@babel/parser": "^7.28.5",
"@jsdoc/name": "^0.1.1",
"@jsdoc/util": "^0.3.4",
"ast-module-types": "^6.0.1",
"lodash": "^4.17.21"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"
}
}