jsdoc/package.json
2023-01-10 08:12:35 -08:00

40 lines
1.1 KiB
JSON

{
"name": "jsdoc",
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@jsdoc/eslint-config": "^1.0.8",
"@jsdoc/test-matchers": "^0.1.9",
"ajv": "^8.11.2",
"c8": "^7.12.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"execa": "^6.1.0",
"hereby": "^1.6.4",
"jasmine": "^3.99.0",
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0",
"klaw-sync": "^6.0.0",
"lerna": "^6.0.3",
"license-check-and-add": "^4.0.5",
"lodash": "^4.17.21",
"mock-fs": "^5.2.0",
"prettier": "^2.7.1",
"taffydb": "2.6.2"
},
"engines": {
"node": ">=v18.12.0"
},
"scripts": {
"coverage": "node_modules/.bin/hereby coverage",
"default": "node_modules/.bin/hereby",
"dependency-licenses": "node_modules/.bin/hereby dependency-licenses",
"format": "node_modules/.bin/hereby format",
"license-check": "node_modules/.bin/hereby license-check",
"license-headers": "node_modules/.bin/hereby license-headers",
"lint": "node_modules/.bin/hereby lint",
"test": "node_modules/.bin/hereby test"
}
}