forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@microsoft/api-documenter",
"version": "7.5.2",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/apps/api-documenter"
},
"homepage": "https://api-extractor.com/",
"license": "MIT",
"scripts": {
"build": "gulp test --clean"
},
"bin": {
"api-documenter": "./bin/api-documenter"
},
"main": "lib/index.js",
"typings": "dist/rollup.d.ts",
"dependencies": {
"@microsoft/api-extractor-model": "7.5.1",
"@microsoft/node-core-library": "3.15.1",
"@microsoft/ts-command-line": "4.3.3",
"@microsoft/tsdoc": "0.12.14",
"colors": "~1.2.1",
"js-yaml": "~3.13.1",
"resolve": "1.8.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@microsoft/node-library-build": "6.3.0",
"@types/jest": "23.3.11",
"@types/js-yaml": "3.12.1",
"@types/node": "8.10.54",
"@types/resolve": "0.0.8",
"gulp": "~4.0.2",
"jest": "~23.6.0"
}
}