forked from shm-open/code-push-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.5 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@cloudscapelabs/code-push-cli",
"version": "2.6.5-csl1",
"description": "Management CLI for the CodePush service",
"main": "bin/cli.js",
"scripts": {
"start": "tsc --watch",
"build": "rm -rf bin && tsc"
},
"bin": {
"code-push": "bin/cli.js"
},
"files": [
"bin/"
],
"repository": "https://github.com/cloudscapelabs/code-push-cli",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"code",
"push",
"cordova",
"react-native",
"react"
],
"homepage": "https://github.com/cloudscapelabs/code-push-cl",
"author": "cloudscapelabs",
"license": "MIT",
"dependencies": {
"@cloudscapelabs/code-push": "^4.2.1-csl3",
"backslash": "0.2.0",
"chalk": "4.1.2",
"cli-table3": "0.6.2",
"email-validator": "2.0.4",
"gradle-to-js": "2.0.1",
"jsonwebtoken": "^9.0.2",
"mkdirp": "1.0.4",
"moment": "2.29.4",
"opener": "1.5.2",
"parse-duration": "1.0.2",
"plist": "3.0.5",
"progress": "2.0.3",
"prompt": "1.3.0",
"properties": "1.2.1",
"recursive-fs": "2.1.0",
"rimraf": "3.0.2",
"semver": "^7.6.3",
"simctl": "2.0.3",
"slash": "3.0.0",
"which": "2.0.2",
"wordwrap": "1.0.0",
"xml2js": "^0.6.2",
"yargs": "17.5.1",
"yazl": "2.5.1"
},
"devDependencies": {
"@types/node": "16.11.45",
"@types/semver": "7.3.10",
"@types/which": "2.0.1",
"@types/yargs": "17.0.10",
"@types/yazl": "2.4.2",
"typescript": "4.7.4"
}
}