forked from microsoft/code-push
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
70 lines (70 loc) · 1.67 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
66
67
68
69
70
{
"name": "@shm-open/code-push-cli",
"version": "2.6.5",
"description": "Management CLI for the CodePush service",
"main": "bin/cli.js",
"scripts": {
"start": "tsc --watch",
"build": "rm -rf bin && tsc",
"release": "npm test && npm run build && standard-version && git push --follow-tags origin master && npm publish",
"test": "echo 'no tests'"
},
"bin": {
"code-push": "bin/cli.js"
},
"files": [
"bin/"
],
"repository": {
"type": "git",
"url": "https://github.com/shm-open/code-push-cli"
},
"keywords": [
"code",
"push",
"cordova",
"react-native",
"react"
],
"homepage": "https://github.com/shm-open/code-push-cli",
"author": "shihuimiao",
"license": "MIT",
"dependencies": {
"backslash": "0.2.0",
"chalk": "4.1.2",
"cli-table3": "0.6.2",
"code-push": "2.0.7",
"email-validator": "2.0.4",
"gradle-to-js": "2.0.1",
"jsonwebtoken": "8.5.1",
"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.3.7",
"simctl": "2.0.3",
"slash": "3.0.0",
"update-notifier": "5.1.0",
"which": "2.0.2",
"wordwrap": "1.0.0",
"xml2js": "0.4.23",
"yargs": "17.5.1",
"yazl": "2.5.1"
},
"devDependencies": {
"@shm-open/eslint-config-bundle": "1.9.13",
"@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",
"standard-version": "9.5.0",
"typescript": "4.7.4"
}
}