mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
- @jsdoc/cli@0.2.7 - @jsdoc/core@0.4.2 - @jsdoc/eslint-config@1.1.8 - @jsdoc/parse@0.1.3 - @jsdoc/prettier-config@0.1.1 - @jsdoc/tag@0.1.2 - @jsdoc/task-runner@0.1.12 - @jsdoc/test-matchers@0.1.8 - @jsdoc/util@0.2.6 - jsdoc@4.0.0-dev.18
35 lines
747 B
JSON
35 lines
747 B
JSON
{
|
|
"name": "@jsdoc/task-runner",
|
|
"version": "0.1.12",
|
|
"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.13.1",
|
|
"ow": "^0.28.1",
|
|
"p-queue": "^6.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=v16.17.0"
|
|
}
|
|
}
|