jsdoc/packages/jsdoc-tag/package.json
Jeff Williams 687c1c182d
Publish
- jsdoc@5.0.0-dev.19
 - @jsdoc/ast@0.2.13
 - @jsdoc/cli@0.3.12
 - @jsdoc/core@0.5.10
 - @jsdoc/doclet@0.2.13
 - @jsdoc/eslint-config@2.0.2
 - @jsdoc/name@0.1.1
 - @jsdoc/parse@0.3.13
 - @jsdoc/plugins@0.1.13
 - @jsdoc/prettier-config@0.2.10
 - @jsdoc/tag@0.2.13
 - @jsdoc/task-runner@0.2.7
 - @jsdoc/template-legacy@0.1.13
2025-01-15 12:31:09 -08:00

49 lines
1.0 KiB
JSON

{
"name": "@jsdoc/tag",
"version": "0.2.13",
"description": "Tools for working with block and inline JSDoc tags.",
"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": "./index.js"
},
"./lib/*": {
"import": "./lib/*"
},
"./lib/definitions/*": {
"import": "./lib/definitions/*"
}
},
"dependencies": {
"@jsdoc/ast": "^0.2.13",
"@jsdoc/name": "^0.1.1",
"@jsdoc/util": "^0.3.4",
"catharsis": "^0.11.0",
"common-path-prefix": "^3.0.0",
"lodash": "^4.17.21",
"memize": "^2.1.0"
},
"engines": {
"node": ">=v18.12.0"
}
}