forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.25 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
39
{
"name": "@microsoft/rush-stack-compiler-3.5",
"version": "0.8.33",
"description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.5.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.5"
},
"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": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@types/node": "10.17.13",
"eslint": "~7.12.1",
"import-lazy": "~4.0.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.5.3"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.9": "workspace:*",
"@microsoft/rush-stack-compiler-shared": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.21.1",
"@rushstack/heft-node-rig": "0.1.22"
}
}