mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-01-18 15:12:31 +00:00
* Remove unused dependencies * Add missing dependencies * Add `dependency-cleanup` script to check dependencies with [Knip](https://knip.dev/)
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@jsdoc/template-legacy",
|
|
"version": "0.1.13",
|
|
"description": "Legacy template from JSDoc 3.x.",
|
|
"keywords": [
|
|
"jsdoc"
|
|
],
|
|
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
|
|
"homepage": "https://github.com/jsdoc/jsdoc",
|
|
"license": "Apache-2.0",
|
|
"main": "publish.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/open-sans": "^5.2.7",
|
|
"@jsdoc/name": "^0.1.1",
|
|
"@jsdoc/salty": "^0.2.9",
|
|
"@jsdoc/tag": "^0.2.13",
|
|
"catharsis": "^0.11.0",
|
|
"code-prettify": "^0.1.0",
|
|
"color-themes-for-google-code-prettify": "^2.0.4",
|
|
"common-path-prefix": "^3.0.0",
|
|
"fast-glob": "^3.3.3",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^9.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"
|
|
},
|
|
"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": "./publish.js"
|
|
},
|
|
"./lib/*": {
|
|
"import": "./lib/*"
|
|
},
|
|
"./plugins/*": {
|
|
"import": "./plugins/*"
|
|
},
|
|
"./static/*": {
|
|
"import": "./static/*"
|
|
},
|
|
"./tmpl/*": {
|
|
"import": "./tmpl/*"
|
|
}
|
|
}
|
|
}
|