mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
- @jsdoc/ast@0.2.1 - @jsdoc/cli@0.3.1 - @jsdoc/core@0.5.1 - @jsdoc/doclet@0.2.1 - @jsdoc/parse@0.3.1 - @jsdoc/plugins@0.1.1 - @jsdoc/prettier-config@0.2.1 - @jsdoc/salty@0.2.5 - @jsdoc/tag@0.2.1 - @jsdoc/task-runner@0.2.1 - @jsdoc/template-legacy@0.1.1 - @jsdoc/test-matchers@0.2.1 - jsdoc@5.0.0-dev.7
41 lines
811 B
JSON
41 lines
811 B
JSON
{
|
|
"name": "@jsdoc/plugins",
|
|
"version": "0.1.1",
|
|
"description": "Sample plugins for JSDoc.",
|
|
"keywords": [
|
|
"jsdoc"
|
|
],
|
|
"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": "./*"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=v18.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@jsdoc/core": "^0.5.1",
|
|
"@jsdoc/parse": "^0.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@jsdoc/util": "^0.3.0"
|
|
}
|
|
}
|