forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 846 Bytes
/
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
{
"name": "@microsoft/rush-buildxl",
"version": "5.16.0",
"description": "An experimental tool that connects Rush and BuildXL",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/apps/rush-buildxl"
},
"engines": {
"node": ">=5.6.0"
},
"engineStrict": true,
"homepage": "https://rushjs.io",
"scripts": {
"build": "gulp test --clean"
},
"bin": {
"rush-buildxl": "./bin/rush-buildxl"
},
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.15.1",
"@microsoft/rush-lib": "5.16.0",
"@microsoft/ts-command-line": "4.3.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.3.0",
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@types/jest": "23.3.11",
"@types/node": "8.10.54",
"gulp": "~4.0.2"
}
}