{
  "name": "whale-oss-cli",
  "version": "0.0.2",
  "description": "CLI for dva-native. create by [xiaohuoni](https://github.com/xiaohuoni).",
  "author": "xiaohuoni",
  "main": "index.js",
  "license": "MIT",
  "directories": {
    "lib": "lib"
  },
  "bin": {
    "whale-oss": "./bin/whale-oss.js"
  },
  "scripts": {
    "build": "rm -rf lib && babel src --out-dir lib",
    "open": "npm run build && npm publish"
  },
  "keywords": [
    "oni",
    "react-native",
    "dva",
    "xiaohuoni"
  ],
  "dependencies": {
    "assert": "^1.4.1",
    "babel-runtime": "^6.9.2",
    "chalk": "^2.4.1",
    "cross-spawn": "^6.0.5",
    "ejs": "^2.6.1",
    "fs": "0.0.1-security",
    "fs-extra": "^6.0.0",
    "path": "^0.12.7",
    "through2": "^2.0.3",
    "update-notifier": "^2.5.0",
    "uppercamelcase": "^3.0.0",
    "vinyl-fs": "^3.0.3",
    "yargs-parser": "^10.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "~6.5.0"
  },
  "babel": {
    "presets": [
      "es2015",
      "react",
      "stage-0"
    ],
    "plugins": [
      "add-module-exports",
      "transform-runtime"
    ]
  },
  "files": [
    "lib",
    "template-n",
    "bin",
    "app",
    "package"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-examples/whale-oss-cli"
  }
}
