forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.15 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
{
"name": "@microsoft/rush-stack-compiler-3.4",
"version": "0.3.0",
"description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.4.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.4"
},
"bin": {
"rush-api-extractor": "./bin/rush-api-extractor",
"rush-eslint": "./bin/rush-eslint",
"rush-tsc": "./bin/rush-tsc",
"rush-tslint": "./bin/rush-tslint"
},
"scripts": {
"build": "gulp --clean"
},
"main": "lib/shared/index.js",
"typings": "lib/shared/index.d.ts",
"dependencies": {
"@microsoft/api-extractor": "7.5.1",
"@microsoft/node-core-library": "3.15.1",
"@rushstack/eslint-config": "0.4.0",
"@types/node": "8.10.54",
"eslint": "~6.5.1",
"tslint": "~5.12.1",
"tslint-microsoft-contrib": "~5.2.1",
"typescript": "~3.4.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.3.0",
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@microsoft/rush-stack-compiler-shared": "0.0.0",
"gulp": "~4.0.2"
}
}