{
  "name": "react-native-create-bridge-hp-hp",
  "version": "2.0.2",
  "description": "A CLI generator that creates React Native bridges with ease!",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "test:update": "npm test -- -u",
    "build": "babel src --out-dir build",
    "build:watch": "babel -w src --out-dir build",
    "start": "node build/index.js",
    "precommit": "lint-staged",
    "prepublishOnly": "npm run build",
    "package:dev": "npm unlink react-native-create-bridge-hp && rm -rf node_modules && yarn && npm run build && npm link"
  },
  "lint-staged": {
    "src/*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/peggyrayzis/react-native-create-bridge-hp.git"
  },
  "keywords": [
    "react",
    "native"
  ],
  "author": "Peggy Rayzis & Kurt Kemple",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/peggyrayzis/react-native-create-bridge-hp/issues"
  },
  "homepage": "https://github.com/peggyrayzis/react-native-create-bridge-hp#readme",
  "dependencies": {
    "babel-runtime": "^6.20.0",
    "compare-versions": "^3.0.1",
    "inquirer": "^2.0.0",
    "is-valid-path": "^0.1.1",
    "log-symbols": "^1.0.2",
    "mkdirp-promise": "^5.0.0",
    "mz": "^2.6.0"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.21.0",
    "babel-jest": "^18.0.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-polyfill": "^6.20.0",
    "babel-preset-env": "^1.1.8",
    "husky": "^0.14.1",
    "jest": "^20.0.4",
    "lint-staged": "^4.0.0",
    "prettier": "^1.4.4"
  },
  "babel": {
    "presets": [
      [
        "env",
        {
          "targets": {
            "node": 4
          }
        }
      ]
    ],
    "plugins": [
      "transform-runtime"
    ]
  },
  "rnpm": {
    "plugin": "./build/index.js"
  }
}
