{
  "name": "poi",
  "version": "9.6.13",
  "description": "Fast prototype and distribute modern web apps like a pro.",
  "repository": {
    "url": "egoist/poi",
    "type": "git"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "bin",
    "lib",
    "app"
  ],
  "engines": {
    "node": ">= 6"
  },
  "xo": false,
  "bin": "bin/cli.js",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "xo",
    "lint:fix": "xo --fix",
    "postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove Poi? You can now donate to support the author:\\u001b[22m\\u001b[39m\\n> \\u001b[34mhttps://patreon.com/egoist\\u001b[0m')\""
  },
  "author": "egoist <0x142857@gmail.com>",
  "license": "MIT",
  "jest": {
    "testEnvironment": "node"
  },
  "devDependencies": {
    "babel-jest": "^22.0.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-runtime": "^6.23.0",
    "cross-spawn": "^5.1.0",
    "eslint-config-rem": "^4.0.0",
    "jest-cli": "^22.0.0"
  },
  "dependencies": {
    "@types/webpack": "^3.8.2",
    "@types/webpack-chain": "^4.0.0",
    "address": "^1.0.1",
    "autoprefixer": "^7.1.2",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-preset-poi": "^1.1.2",
    "cac": "^4.0.0",
    "case-sensitive-paths-webpack-plugin": "^2.0.0",
    "chalk": "^2.0.1",
    "chokidar": "^2.0.0",
    "clipboardy": "^1.1.2",
    "co": "^4.6.0",
    "copy-webpack-plugin": "^4.0.1",
    "css-loader": "^0.28.1",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^1.1.5",
    "highlight-es": "^1.0.1",
    "html-webpack-plugin": "^2.28.0",
    "import-local-file": "^0.2.0",
    "is-ci": "^1.0.10",
    "lodash": "^4.17.4",
    "loud-rejection": "^1.6.0",
    "memory-fs": "^0.4.1",
    "mz": "^2.6.0",
    "node-notifier": "^5.1.2",
    "opn": "^5.0.0",
    "parse-json-config": "^0.2.0",
    "poi-dev-utils": "^1.0.1",
    "poi-load-config": "^1.1.6",
    "poi-webpack-node-externals": "^2.0.0",
    "post-compile-webpack-plugin": "^0.1.1",
    "postcss-loader": "^2.0.6",
    "rimraf": "^2.6.1",
    "strip-ansi": "^4.0.0",
    "tildify": "^1.2.0",
    "update-notifier": "^2.1.0",
    "url-loader": "^0.6.2",
    "vue": "^2.3.3",
    "vue-loader": "^13.0.0",
    "vue-template-compiler": "^2.3.3",
    "ware": "^1.3.0",
    "webpack": "^3.7.1",
    "webpack-chain": "^4.4.2",
    "webpack-dev-server": "^2.9.2",
    "webpack-handle-css-loader": "^2.0.1",
    "webpack-merge": "^4.1.0",
    "yargs": "^10.0.0",
    "yarn-global": "^1.1.0"
  },
  "babel": {
    "babelrc": false,
    "env": {
      "test": {
        "presets": [
          "es2015",
          "stage-2"
        ],
        "plugins": [
          "transform-runtime"
        ]
      }
    }
  }
}
