forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.17 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@microsoft/rush",
"version": "5.16.0",
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
"keywords": [
"install",
"build",
"publish",
"fast",
"incremental",
"package manager",
"monorepo",
"package.json"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/apps/rush"
},
"engines": {
"node": ">=5.6.0"
},
"engineStrict": true,
"homepage": "https://rushjs.io",
"scripts": {
"build": "gulp test --clean"
},
"bin": {
"rush": "./bin/rush",
"rushx": "./bin/rushx"
},
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.15.1",
"@microsoft/rush-lib": "5.16.0",
"colors": "~1.2.1",
"semver": "~5.3.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@microsoft/node-library-build": "6.3.0",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@types/node": "8.10.54",
"@types/semver": "5.3.33",
"@types/sinon": "1.16.34",
"chai": "~3.5.0",
"gulp": "~4.0.2",
"sinon": "~1.17.3"
}
}