{
  "name": "size-plugin-core",
  "version": "0.0.9",
  "description": "core module for size-plugin",
  "main": "index.js",
  "scripts": {
    "doc": "documentation readme index.js -a public --section Options",
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "dependencies": {
    "brotli-size": "^4.0.0",
    "chalk": "^2.4.2",
    "fs-extra": "^8.1.0",
    "glob": "^7.1.4",
    "gzip-size": "^5.1.1",
    "minimatch": "^3.0.4",
    "pretty-bytes": "^5.3.0",
    "size-plugin-store": "^0.0.5",
    "util.promisify": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kuldeepkeshwar/size-plugin-core.git"
  },
  "keywords": [
    "webpack plugin",
    "rollup plugin",
    "file size",
    "gzip size",
    "bundle size"
  ],
  "author": "kuldeepkeshwar@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kuldeepkeshwar/size-plugin-core/issues"
  },
  "homepage": "https://github.com/kuldeepkeshwar/size-plugin-core#readme",
  "gitHead": "664bab34e59e29e14c3c5d4eb76d150c8008a1b9"
}
