mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
28 lines
591 B
JSON
28 lines
591 B
JSON
{
|
|
"name": "@jsdoc/parse",
|
|
"version": "0.1.1",
|
|
"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": ">=10.18.0"
|
|
}
|
|
}
|