UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@microsoft/api-documenter",
3 "version": "7.20.1",
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/api-extractor-model": "7.26.0",
19 "@microsoft/tsdoc": "0.14.2",
20 "@rushstack/node-core-library": "3.53.3",
21 "@rushstack/ts-command-line": "4.13.1",
22 "colors": "~1.2.1",
23 "js-yaml": "~3.13.1",
24 "resolve": "~1.22.1"
25 },
26 "devDependencies": {
27 "@rushstack/eslint-config": "3.1.1",
28 "@rushstack/heft": "0.49.3",
29 "@rushstack/heft-node-rig": "1.11.14",
30 "@types/heft-jest": "1.0.1",
31 "@types/js-yaml": "3.12.1",
32 "@types/node": "12.20.24",
33 "@types/resolve": "1.20.2"
34 },
35 "scripts": {
36 "build": "heft build --clean",
37 "_phase:build": "heft build --clean",
38 "_phase:test": "heft test --no-build"
39 }
40}
\No newline at end of file