mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-02-01 16:45:41 +00:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@jsdoc/template-legacy",
|
|
"version": "0.1.11",
|
|
"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": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/open-sans": "^5.0.29",
|
|
"@jsdoc/core": "^0.5.8",
|
|
"@jsdoc/salty": "^0.2.8",
|
|
"@jsdoc/tag": "^0.2.11",
|
|
"@jsdoc/util": "^0.3.3",
|
|
"catharsis": "^0.9.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.2",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18.12.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/*"
|
|
}
|
|
}
|
|
}
|