code-push-cli
Version:
Management CLI for the CodePush service
62 lines (61 loc) • 1.39 kB
JSON
{
"name": "code-push-cli",
"version": "3.0.0",
"description": "Management CLI for the CodePush service",
"main": "script/cli.js",
"scripts": {
"test": "gulp test"
},
"bin": {
"code-push": "script/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/code-push/"
},
"keywords": [
"code",
"push",
"cordova",
"react-native",
"react"
],
"homepage": "https://microsoft.github.io/code-push",
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"backslash": "^0.1.7",
"base-64": "^0.1.0",
"boxen": "^4.2.0",
"chalk": "^1.1.0",
"cli-table": "^0.3.1",
"code-push": "4.0.2",
"email-validator": "^1.0.3",
"gradle-to-js": "^2.0.0",
"jsonwebtoken": "^8.3.0",
"mkdirp": "^0.5.1",
"moment": "^2.21.0",
"opener": "^1.4.1",
"parse-duration": "0.1.1",
"plist": "^3.0.1",
"progress": "^1.1.8",
"prompt": "^0.2.14",
"properties": "^1.2.1",
"q": "~1.4.1",
"recursive-fs": "0.1.4",
"rimraf": "^2.5.1",
"semver": "4.3.6",
"simctl": "0.0.9",
"slash": "1.0.0",
"update-notifier": "^2.5.0",
"which": "^1.2.7",
"wordwrap": "1.0.0",
"xml2js": "^0.4.16",
"yargs": "^6.5.0",
"yazl": "^2.4.1"
},
"devDependencies": {
"@types/update-notifier": "^4.1.0",
"@types/yargs": "^15.0.5"
}
}