{
  "name": "create-react-native-skygear",
  "version": "2.4.0",
  "description": "Scaffolding for react native with skygear",
  "bin": {
    "create-react-native-skygear": "./bin/index.js"
  },
  "scripts": {
    "build": "gulp build",
    "ci-check": "yarn tsc && yarn lint && prettier --list-different 'src/**/*.ts'",
    "format": "prettier --write --list-different 'src/**/*.ts'",
    "lint": "gulp lint",
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc --noEmit",
    "watch": "gulp watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oursky/create-react-native-skygear.git"
  },
  "author": "Oursky Limited",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oursky/create-react-native-skygear/issues"
  },
  "homepage": "https://github.com/oursky/create-react-native-skygear#readme",
  "devDependencies": {
    "@types/inquirer": "0.0.43",
    "@types/node": "10.9.1",
    "@types/semver": "5.5.0",
    "gulp": "4.0.0",
    "gulp-exclude-gitignore": "1.2.0",
    "gulp-tslint": "8.1.3",
    "gulp-typescript": "5.0.0-alpha.3",
    "prettier": "1.14.2",
    "require-dir": "1.0.0",
    "tslint": "5.11.0",
    "typescript": "3.0.1"
  },
  "dependencies": {
    "commander": "2.19.0",
    "envfile": "2.3.0",
    "inquirer": "6.2.0",
    "semver": "5.6.0"
  }
}
