{ "name": "react-native-update-cli", "version": "1.14.0", "description": "Command tools for javaScript updater with `pushy` service for react native apps.", "main": "index.js", "bin": { "pushy": "lib/index.js" }, "files": [ "lib", "src", "cli.json" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "babel src --out-dir lib" }, "repository": { "type": "git", "url": "git+https://github.com/reactnativecn/react-native-pushy-cli.git" }, "keywords": [ "react-native", "ios", "android", "update" ], "author": "reactnativecn", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/reactnativecn/react-native-pushy/issues" }, "homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli", "dependencies": { "app-info-parser": "^1.0.0", "cli-arguments": "^0.2.1", "filesize-parser": "^1.5.0", "fs-extra": "8", "gradle-to-js": "^2.0.1", "node-fetch": "^2.6.1", "progress": "^2.0.3", "properties": "^1.2.1", "read": "^1.0.7", "request": "^2.88.2", "tcp-ping": "^0.1.1", "tty-table": "4.1", "update-notifier": "^4.1.1", "yauzl": "^2.10.0", "yazl": "2.5.1" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-syntax-object-rest-spread": "^6.13.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "babel-plugin-transform-es2015-spread": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0" }, "engines": { "node": ">= 8" } }