2020-02-22 12:01:57 +00:00

35 lines
743 B
JSON

{
"name": "@jsdoc/task-runner",
"version": "0.1.6",
"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.9.0",
"emittery": "^0.5.1",
"ow": "^0.17.0",
"p-queue": "^6.3.0"
},
"engines": {
"node": ">=10.18.0"
}
}