{
  "name": "skycli",
  "version": "0.4.1",
  "description": "Command line interface to Skygear Portal",
  "main": "index.js",
  "bin": {
    "skycli": "./bin/skycli.js"
  },
  "scripts": {
    "test": "gulp test && gulp lint && tsc",
    "lint": "gulp lint",
    "tslint": "tslint",
    "tsc": "tsc",
    "prettier": "prettier --write 'src/**/*.ts'",
    "prepare": "gulp build",
    "start": "gulp watch",
    "skycli": "gulp build && ./bin/skycli.js",
    "build-bin": "gulp build && mkdir -p dist-bin && pkg --out-path dist-bin --targets node8-macos,node8-linux,node8-win .",
    "clean": "rm -rf dist dist-bin",
    "postpublish": "./scripts/brew-publish.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SkygearIO/skycli.git"
  },
  "keywords": [
    "cli",
    "skygear"
  ],
  "author": "Oursky Limited",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/SkygearIO/skycli/issues"
  },
  "homepage": "https://skygear.io/",
  "dependencies": {
    "@skygeario/globby": "7.1.1-1",
    "archiver": "^2.1.1",
    "babel-polyfill": "^6.26.0",
    "chalk": "^2.2.0",
    "find-up": "^2.1.0",
    "form-data": "^2.3.1",
    "fs-extra": "^4.0.2",
    "inquirer": "^3.2.3",
    "lodash": "^4.17.4",
    "node-fetch": "^1.7.2",
    "query-string": "^5.0.1",
    "raven-js": "^3.17.0",
    "tmp": "0.0.33",
    "untildify": "^3.0.2",
    "ws": "^4.0.0",
    "yargs": "^8.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.36",
    "@babel/preset-es2015": "^7.0.0-beta.36",
    "@babel/preset-stage-2": "^7.0.0-beta.36",
    "@babel/preset-typescript": "^7.0.0-beta.36",
    "@babel/register": "^7.0.0-beta.36",
    "@types/archiver": "^2.1.0",
    "@types/core-js": "^0.9.46",
    "@types/fs-extra": "^5.0.0",
    "@types/inquirer": "0.0.36",
    "@types/lodash": "^4.14.92",
    "@types/node": "^9.4.0",
    "@types/query-string": "^5.0.1",
    "@types/tmp": "0.0.33",
    "@types/untildify": "^3.0.0",
    "@types/ws": "^3.2.1",
    "@types/yargs": "^10.0.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "chai": "^4.1.2",
    "gulp": "^3.9.1",
    "gulp-babel": "^8.0.0-beta.0",
    "gulp-eslint": "^4.0.0",
    "gulp-exclude-gitignore": "^1.2.0",
    "gulp-mocha": "^4.3.1",
    "gulp-tslint": "^8.1.2",
    "pkg": "^4.2.4",
    "prettier": "^1.12.1",
    "require-dir": "^0.3.2",
    "tslint": "^5.9.1",
    "typescript": "^2.6.2"
  },
  "pkg": {
    "assets": [
      "dist/**/*",
      "templates/**/*"
    ]
  },
  "skycli": {
    "environments": {
      "staging": {
        "url": "https://controller.staging.skygeario.com/v2/",
        "portalURL": "https://portal-staging.skygear.io/"
      },
      "production": {
        "url": "https://controller.skygeario.com/v2/",
        "portalURL": "https://portal.skygear.io/"
      }
    },
    "environment": "production"
  }
}
