UNPKG

@microsoft/tsdoc-config

Version:

A loader for the tsdoc.json file

42 lines 987 B
{ "name": "@microsoft/tsdoc-config", "version": "0.18.1", "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.18.0", "jju": "~1.4.0", "resolve": "~1.22.2", "@microsoft/tsdoc": "0.16.0" }, "devDependencies": { "@rushstack/heft": "1.1.1", "@types/jju": "1.4.2", "@types/resolve": "1.20.2", "eslint": "~9.25.1", "tsdoc-build-rig": "1.0.0" }, "scripts": { "build": "heft test --clean", "watch": "heft test --clean --watch", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }