UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@microsoft/api-documenter",
3 "version": "7.23.12",
4 "description": "Read JSON files from api-extractor, generate documentation pages",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/microsoft/rushstack.git",
8 "directory": "apps/api-documenter"
9 },
10 "homepage": "https://api-extractor.com/",
11 "license": "MIT",
12 "bin": {
13 "api-documenter": "./bin/api-documenter"
14 },
15 "main": "lib/index.js",
16 "typings": "dist/rollup.d.ts",
17 "dependencies": {
18 "@microsoft/tsdoc": "0.14.2",
19 "colors": "~1.2.1",
20 "js-yaml": "~3.13.1",
21 "resolve": "~1.22.1",
22 "@microsoft/api-extractor-model": "7.28.2",
23 "@rushstack/node-core-library": "3.61.0",
24 "@rushstack/ts-command-line": "4.17.1"
25 },
26 "devDependencies": {
27 "@types/js-yaml": "3.12.1",
28 "@types/resolve": "1.20.2",
29 "@rushstack/heft": "0.63.2",
30 "local-node-rig": "1.0.0"
31 },
32 "scripts": {
33 "build": "heft build --clean",
34 "_phase:build": "heft run --only build -- --clean",
35 "_phase:test": "heft run --only test -- --clean"
36 }
37}
\No newline at end of file