{ "name": "@microsoft/tsdoc-config", "version": "0.17.0", "description": "A loader for the tsdoc.json file", "keywords": [ "TypeScript", "documentation", "doc", "comments", "JSDoc", "parser", "standard" ], "repository": { "type": "git", "url": "https://github.com/microsoft/tsdoc", "directory": "tsdoc-config" }, "homepage": "https://tsdoc.org/", "main": "lib/index.js", "typings": "lib/index.d.ts", "license": "MIT", "dependencies": { "ajv": "~8.12.0", "jju": "~1.4.0", "resolve": "~1.22.2", "@microsoft/tsdoc": "0.15.0" }, "devDependencies": { "@rushstack/heft-node-rig": "~2.6.11", "@rushstack/heft": "^0.66.13", "@types/heft-jest": "1.0.3", "@types/jju": "1.4.2", "@types/node": "14.18.36", "@types/resolve": "1.20.2", "eslint": "~8.57.0", "eslint-plugin-header": "~3.1.1" }, "scripts": { "build": "heft test --clean", "watch": "heft test --clean --watch", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }