forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 886 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
34
35
36
37
38
{
"name": "@microsoft/rush-stack",
"version": "0.1.114",
"description": "A standardized toolchain for building JavaScript projects in a Rush monorepo",
"license": "MIT",
"keywords": [
"rush",
"toolchain",
"build",
"fast",
"incremental",
"integrated",
"monorepo",
"gulp"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack"
},
"main": "lib/start.js",
"bin": {
"rush-stack": "./bin/rush-stack"
},
"scripts": {
"build": "gulp test --clean"
},
"dependencies": {
"@microsoft/node-core-library": "3.15.1",
"@microsoft/ts-command-line": "4.3.3",
"colors": "~1.2.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@microsoft/node-library-build": "6.3.0",
"@types/node": "8.10.54",
"gulp": "~4.0.2"
}
}