forked from microsoft/code-push
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 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
{
"scripts": {
"clean": "rimraf package-lock.json && rimraf cli/package-lock.json && rimraf skd/node_modules && rimraf cli/node_modules && rimraf node_modules",
"install:full": "npm i && gulp install && gulp build && gulp link",
"build:cli": "cd cli && gulp && tsc",
"build:sdk": "cd sdk && gulp && tsc",
"build": "npm run build:cli && npm run build:sdk"
},
"devDependencies": {
"chmod": "^0.2.1",
"del": "^1.2.0",
"dotenv": "^1.2.0",
"dts-generator": "1.5.0",
"express": "^4.13.1",
"gulp": "^3.9.0",
"gulp-debug": "^2.0.1",
"gulp-if": "^1.2.5",
"gulp-install": "^0.4.0",
"gulp-istanbul": "^0.10.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^6.0.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-tsd": "0.1.1",
"gulp-typescript": "^2.7.8",
"gulp-util": "^3.0.6",
"merge2": "^0.3.6",
"mkdirp": "^0.5.1",
"moment": "^2.21.0",
"node-libs-browser": "^0.5.2",
"node-rsa": "^0.2.24",
"require-all": "^1.1.0",
"rimraf": "^2.6.3",
"run-sequence": "^1.1.2",
"sinon": "1.16.0",
"superagent-mock": "^3.7.0",
"supertest": "^3.1.0",
"through2": "^2.0.0",
"ts-jsx-loader": "^0.2.1",
"typescript": "1.5.0-alpha",
"which": "^1.1.1",
"yauzl": "^2.6.0"
}
}