2022-02-08 20:24:33 +00:00

35 lines
747 B
JSON

{
"name": "@jsdoc/task-runner",
"version": "0.1.11",
"description": "Task runner for JSDoc templates.",
"keywords": [
"jsdoc",
"task"
],
"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"
},
"dependencies": {
"dependency-graph": "^0.11.0",
"emittery": "^0.10.1",
"ow": "^0.28.1",
"p-queue": "^6.6.2"
},
"engines": {
"node": ">=v16.14.0"
}
}