{
  "name": "react-native-tinker-cli",
  "version": "1.7.0",
  "description": "cli for noah-system, react native hot update server",
  "main": "bin/tinker.js",
  "bin": {
    "tinker": "bin/tinker.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "start": "tsc -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rrd-fe/react-native-tinker-cli.git"
  },
  "keywords": [
    "react",
    "native",
    "hot",
    "update"
  ],
  "author": "RRDFE",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rrd-fe/react-native-tinker-cli/issues"
  },
  "homepage": "https://github.com/rrd-fe/react-native-tinker-cli#readme",
  "devDependencies": {
    "@types/adm-zip": "^0.4.31",
    "@types/cli-table": "^0.3.0",
    "@types/inquirer": "0.0.43",
    "@types/node": "^10.12.0",
    "@types/superagent": "^3.8.4",
    "@types/yargs": "^12.0.1",
    "typescript": "^3.1.3"
  },
  "dependencies": {
    "adm-zip": "^0.4.11",
    "archiver": "^3.0.0",
    "chalk": "^2.4.1",
    "cli-table": "^0.3.1",
    "fs-diff": "^0.2.0",
    "fs-extra": "^7.0.0",
    "ignore-walk": "^3.0.1",
    "inquirer": "^6.2.0",
    "superagent": "^4.0.0-beta.5",
    "uuid": "^3.3.2",
    "yargs": "^12.0.2"
  }
}
