renovate[bot] f27ebf53dd
fix(deps): update dependency emittery to ^0.7.1 (#1811)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-07 06:28:38 +00:00

35 lines
743 B
JSON

{
"name": "@jsdoc/task-runner",
"version": "0.1.7",
"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.7.1",
"ow": "^0.17.0",
"p-queue": "^6.5.0"
},
"engines": {
"node": ">=10.18.0"
}
}