jsdoc/packages/jsdoc-util/package.json
2022-02-08 20:24:33 +00:00

34 lines
744 B
JSON

{
"name": "@jsdoc/util",
"version": "0.2.5",
"description": "Utility modules 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"
},
"dependencies": {
"klaw-sync": "^6.0.0",
"lodash": "^4.17.21",
"ow": "^0.28.1"
},
"engines": {
"node": ">=v16.14.0"
},
"gitHead": "a595f7f2a525f32da9a0498a027667af3d938158"
}