forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 755 Bytes
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
{
"name": "doc-plugin-rush-stack",
"version": "1.0.0",
"private": true,
"description": "API Documenter plugin used with the rushstack.io website",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"build": "gulp test --clean"
},
"dependencies": {
"@microsoft/api-documenter": "7.6.1",
"@microsoft/api-extractor-model": "7.5.6",
"@microsoft/node-core-library": "3.18.0",
"@microsoft/tsdoc": "0.12.14",
"js-yaml": "~3.13.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.3.8",
"@microsoft/node-library-build": "6.3.8",
"@rushstack/eslint-config": "0.4.2",
"@types/js-yaml": "3.12.1",
"@types/node": "8.10.54",
"gulp": "~4.0.2"
}
}