jsdoc/packages/jsdoc-core/package.json
renovate[bot] 10c5fffd01
fix(deps): update dependency strip-json-comments to ^3.1.0 (#1758)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-07 16:20:47 -07:00

36 lines
829 B
JSON

{
"name": "@jsdoc/core",
"version": "0.3.1",
"description": "Core functionality 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": {
"cosmiconfig": "^6.0.0",
"escape-string-regexp": "^4.0.0",
"lodash": "^4.17.15",
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.1.0"
},
"engines": {
"node": ">=10.18.0"
},
"gitHead": "a595f7f2a525f32da9a0498a027667af3d938158"
}