{
  "name": "@plugin-light/project-config-vue",
  "version": "1.0.0",
  "description": "开箱即用的项目配置，适用于 Vue2.x 项目",
  "keywords": [
    "plugin-light",
    "project-config",
    "webpack",
    "vue2",
    "vue"
  ],
  "homepage": "https://novlan1.github.io/docs/plugin-light/zh/project-config-vue.html",
  "bugs": {
    "url": "https://github.com/novlan1/plugin-light/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/novlan1/plugin-light"
  },
  "license": "MIT",
  "author": "novlan1",
  "main": "./lib/index",
  "files": [
    "lib/"
  ],
  "dependencies": {
    "filemanager-webpack-plugin": "^2.0.5",
    "prerender-spa-plugin": "^3.4.0",
    "t-comm": "^1.5.40",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-hooks-shellscripts": "^1.0.2",
    "workbox-webpack-plugin": "6",
    "@plugin-light/shared": "^1.0.0",
    "@plugin-light/webpack-loader-cross-platform": "^1.0.0",
    "@plugin-light/webpack-plugin-modify-html": "^1.0.0",
    "@plugin-light/webpack-loader-publish": "^1.0.0",
    "@plugin-light/webpack-loader-cross-game-style": "^1.0.0",
    "@plugin-light/webpack-loader-ifdef": "^1.0.0"
  },
  "scripts": {
    "build": "rm -rf lib && rollup -c",
    "bump": "node ../../script/monorepo/version-simple $PWD",
    "changelog": "node ../../script/monorepo/changelog $PWD",
    "release": "node ../../script/monorepo/release $PWD"
  }
}