jsdoc/packages/jsdoc-parse/package.json
2022-02-08 20:24:33 +00:00

28 lines
592 B
JSON

{
"name": "@jsdoc/parse",
"version": "0.1.2",
"description": "Code-parsing tools 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"
},
"engines": {
"node": ">=v16.14.0"
}
}