{
  "name": "egg-vue-ssr-dev-server",
  "version": "1.0.0",
  "description": "vue ssr webpack dev server for eggjs",
  "egg": {
    "declarations": true
  },
  "eggPlugin": {
    "name": "vueSsrDevServer"
  },
  "keywords": [
    "egg",
    "eggPlugin",
    "egg-plugin",
    "webpack",
    "vue",
    "ssr",
    "devServer",
    "proxy"
  ],
  "scripts": {
    "dev": "egg-bin dev",
    "start": "egg-scripts start --port=7001 --daemon --title=egg",
    "stop": "egg-scripts stop --title=egg",
    "debug": "egg-bin debug",
    "test": "npm run lint -- --fix && npm run test-local",
    "test-local": "egg-bin test",
    "cov": "egg-bin cov",
    "lint": "eslint --ext .js",
    "lint:fix": "eslint --fix --ext .js",
    "ci": "npm run lint && npm run cov",
    "autod": "autod",
    "check:npm": "npm config set registry https://registry.npmjs.org",
    "check:taobao": "npm config set registry https://registry.npm.taobao.org"
  },
  "dependencies": {
    "egg": "^2.15.1",
    "egg-scripts": "^2.11.0",
    "http-proxy-middleware": "^0.20.0",
    "is-text-path": "^2.0.0",
    "koa2-connect": "^1.0.2",
    "koa-webpack": "^5.2.4",
    "mime": "^2.4.4",
    "webpack": "^4.39.2",
    "koa2-proxy-middleware": "^0.0.4"
  },
  "devDependencies": {
    "autod": "^3.0.1",
    "autod-egg": "^1.1.0",
    "autoprefixer": "^9.6.1",
    "egg-bin": "^4.11.0",
    "egg-ci": "^1.11.0",
    "egg-mock": "^3.21.0",
    "eslint": "^5.7.0",
    "eslint-config-enough": "^0.2.8",
    "eslint-config-standard": "^12.0.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "ci": {
    "version": "10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dongnaebi/egg-vue-ssr-dev-server"
  },
  "bugs": {
    "url": "https://github.com/dongnaebi/egg-vue-ssr-dev-server/issues"
  },
  "homepage": "https://github.com/dongnaebi/egg-vue-ssr-dev-server#readme",
  "author": "dongnaebi",
  "license": "MIT"
}
