UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@microsoft/api-documenter",
3 "version": "7.19.14",
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.24.2",
19 "@microsoft/tsdoc": "0.14.1",
20 "@rushstack/node-core-library": "3.52.0",
21 "@rushstack/ts-command-line": "4.12.3",
22 "colors": "~1.2.1",
23 "js-yaml": "~3.13.1",
24 "resolve": "~1.17.0"
25 },
26 "devDependencies": {
27 "@rushstack/eslint-config": "3.0.1",
28 "@rushstack/heft": "0.47.10",
29 "@rushstack/heft-node-rig": "1.10.12",
30 "@types/heft-jest": "1.0.1",
31 "@types/js-yaml": "3.12.1",
32 "@types/node": "12.20.24",
33 "@types/resolve": "1.17.1"
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