UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@microsoft/rush",
3 "version": "5.23.2",
4 "description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
5 "keywords": [
6 "install",
7 "build",
8 "publish",
9 "fast",
10 "incremental",
11 "package manager",
12 "monorepo",
13 "package.json"
14 ],
15 "preferGlobal": true,
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/microsoft/rushstack/tree/master/apps/rush"
19 },
20 "engines": {
21 "node": ">=5.6.0"
22 },
23 "engineStrict": true,
24 "homepage": "https://rushjs.io",
25 "scripts": {
26 "build": "gulp test --clean"
27 },
28 "bin": {
29 "rush": "./bin/rush",
30 "rushx": "./bin/rushx"
31 },
32 "license": "MIT",
33 "dependencies": {
34 "@rushstack/node-core-library": "3.19.7",
35 "@microsoft/rush-lib": "5.23.2",
36 "colors": "~1.2.1",
37 "semver": "~5.3.0"
38 },
39 "devDependencies": {
40 "@microsoft/rush-stack-compiler-3.5": "0.4.9",
41 "@microsoft/node-library-build": "6.4.10",
42 "@rushstack/eslint-config": "0.5.7",
43 "@types/chai": "3.4.34",
44 "@types/mocha": "5.2.5",
45 "@types/node": "10.17.13",
46 "@types/semver": "5.3.33",
47 "@types/sinon": "1.16.34",
48 "chai": "~3.5.0",
49 "gulp": "~4.0.2",
50 "sinon": "~1.17.3"
51 }
52}