UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@microsoft/api-documenter",
3 "version": "7.26.2",
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.15.1",
19 "js-yaml": "~3.13.1",
20 "resolve": "~1.22.1",
21 "@microsoft/api-extractor-model": "7.30.0",
22 "@rushstack/node-core-library": "5.10.0",
23 "@rushstack/terminal": "0.14.3",
24 "@rushstack/ts-command-line": "4.23.1"
25 },
26 "devDependencies": {
27 "@types/js-yaml": "3.12.1",
28 "@types/resolve": "1.20.2",
29 "@rushstack/heft": "0.68.10",
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