{
  "name": "@mpxjs/size-report",
  "version": "2.11.0",
  "description": "mpx size report plugin",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --ext .js src/",
    "fix": "eslint --fix --ext .js src/"
  },
  "homepage": "https://www.mpxjs.cn/guide/advance/size-report.html",
  "repository": {
    "type": "git",
    "url": "https://github.com/didi/mpx"
  },
  "keywords": [
    "mpx",
    "javascript",
    "vue",
    "miniprogram",
    "sizeReport",
    "bundle",
    "analyzer"
  ],
  "author": "xuegan",
  "license": "Apache-2.0",
  "dependencies": {
    "acorn": "^8.11.3",
    "acorn-walk": "^7.2.0",
    "ejs": "^3.1.6",
    "express": "^4.17.1",
    "loader-utils": "^2.0.0",
    "opener": "^1.5.2",
    "ws": "^7.4.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "peerDependencies": {
    "@mpxjs/webpack-plugin": "*"
  },
  "gitHead": "14548ee8e1f00f6be64f848e4fbdab194d642bf6"
}
