-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1.18 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/rush-stack-compiler-4.0",
"version": "0.3.2",
"description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 4.0.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/spfx-gulp-tools.git",
"directory": "stack/rush-stack-compiler-4.0"
},
"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": "heft build --clean"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@microsoft/api-extractor": "~7.15.2",
"@rushstack/eslint-config": "~2.6.2",
"@rushstack/node-core-library": "~3.53.0",
"@types/node": "10.17.13",
"eslint": "~7.12.1",
"import-lazy": "~4.0.0",
"typescript": "~4.0.7"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-4.7": "workspace:*",
"@microsoft/rush-stack-compiler-shared": "workspace:*",
"@rushstack/eslint-config": "~2.6.2",
"@rushstack/heft": "0.48.0",
"@rushstack/heft-node-rig": "1.11.0"
}
}