{
  "name": "{{appname}}",
  "version": "0.1.0",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "start": "dora --plugins \"webpack,hmr,proxy,livereload\" --verbose",
    "build": "NODE_ENV=production atool-build",
    "babel-build": "make build",
    "test": "make test",
    "test:watch": "make test-watch",
    "test:cover": "make test-cover",
    "prepublish": "make build",
    "autod": "autod",
    "lint": "make lint"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "entry": {
    "index": "./src/index.js"
  },
  "keywords": [],
  "author": "xiamidaxia@icloud.com",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "atool-build": "^1.0.2",
    "autod": "^2.9.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^7.2.1",
    "babel-plugin-import": "^1.1.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "expect": "^21.2.1",
    "dora": "^0.4.5",
    "dora-plugin-hmr": "^0.7.1",
    "dora-plugin-livereload": "^0.6.0",
    "dora-plugin-proxy": "^0.8.5",
    "dora-plugin-webpack": "^1.0.0",
    "eslint": "^4.8.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-babel": "^3.x",
    "eslint-plugin-import": "^2.x",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.x",
    "jest": "^20.0.4",
    "pre-commit": "^1.1.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "jest": {
    "automock": false
  },
  "pre-commit": [
    "test",
    "lint"
  ]
}
