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
33 lines (33 loc) · 951 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 951 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
28
29
30
31
32
33
{
"name": "@microsoft/rush-stack-compiler",
"version": "0.5.6",
"description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/web-build-tools/tree/master/stack/rush-stack-compiler"
},
"bin": {
"rush-api-extractor": "./bin/rush-api-extractor",
"rush-tsc": "./bin/rush-tsc",
"rush-tslint": "./bin/rush-tslint"
},
"scripts": {
"build": "gulp --clean"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@microsoft/api-extractor": "6.3.0",
"@microsoft/node-core-library": "3.7.0",
"@types/node": "8.5.8",
"tslint-microsoft-contrib": "~5.2.1",
"tslint": "~5.11.0",
"typescript": "~3.0.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.6",
"@microsoft/rush-stack-compiler": "0.4.3",
"gulp": "~3.9.1"
}
}