{ "name": "jsdoc", "private": true, "license": "Apache-2.0", "devDependencies": { "@babel/eslint-parser": "7.22.15", "@jsdoc/ast": "^0.2.3", "@jsdoc/cli": "^0.3.3", "@jsdoc/core": "^0.5.3", "@jsdoc/doclet": "^0.2.3", "@jsdoc/eslint-config": "^1.2.2", "@jsdoc/parse": "^0.3.3", "@jsdoc/prettier-config": "^0.2.3", "@jsdoc/salty": "^0.2.5", "@jsdoc/tag": "^0.2.3", "@jsdoc/task-runner": "^0.2.1", "@jsdoc/test-matchers": "^0.2.3", "@jsdoc/util": "^0.3.0", "@lerna/legacy-package-management": "^7.3.0", "ajv": "^8.12.0", "c8": "^8.0.1", "eslint": "^8.49.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-simple-import-sort": "^10.0.0", "execa": "^8.0.1", "hereby": "^1.8.7", "jasmine": "^5.1.0", "jasmine-console-reporter": "^3.1.0", "js-green-licenses": "^4.0.0", "klaw-sync": "^6.0.0", "lerna": "^7.3.0", "license-check-and-add": "^4.0.5", "lodash": "^4.17.21", "mock-fs": "^5.2.0", "prettier": "^3.0.3" }, "type": "module", "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" }, "dependencies": { "@babel/eslint-parser": "^7.22.15" } }