Jeff Williams 76ac64eaf2
Publish
- jsdoc@5.0.0-dev.10
 - @jsdoc/ast@0.2.4
 - @jsdoc/cli@0.3.4
 - @jsdoc/core@0.5.4
 - @jsdoc/doclet@0.2.4
 - @jsdoc/eslint-config@1.2.3
 - @jsdoc/parse@0.3.4
 - @jsdoc/plugins@0.1.4
 - @jsdoc/tag@0.2.4
 - @jsdoc/task-runner@0.2.2
 - @jsdoc/template-legacy@0.1.4
 - @jsdoc/test-matchers@0.2.4
2023-09-17 17:46:06 -07:00

44 lines
880 B
JSON

{
"name": "@jsdoc/task-runner",
"version": "0.2.2",
"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"
},
"type": "module",
"exports": {
".": {
"import": "./index.js"
},
"./lib/*": {
"import": "./lib/*"
}
},
"dependencies": {
"dependency-graph": "^0.11.0",
"emittery": "^1.0.1",
"ow": "^1.1.1",
"p-queue": "^7.4.1"
},
"engines": {
"node": ">=v18.12.0"
}
}