{
  "name": "rollup-plugin-analyzer",
  "version": "4.0.0",
  "description": "Mad metrics for your rollup bundles, know all the things",
  "engines": {
    "node": ">=8.0.0"
  },
  "main": "index.js",
  "module": "module.js",
  "files": [
    "index.js",
    "index.d.ts",
    "module.js"
  ],
  "scripts": {
    "build": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c",
    "test": "yarn run build && node test/test.js --verbose"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn run build && node test/test.js && git add index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doesdev/rollup-plugin-analyzer.git"
  },
  "keywords": [
    "rollup",
    "plugin",
    "config",
    "import",
    "bundle",
    "file",
    "size",
    "treeshaking",
    "metrics",
    "analysis",
    "analyze",
    "analyzer",
    "bloat"
  ],
  "author": "Andrew Carpenter (https://github.com/doesdev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/doesdev/rollup-plugin-analyzer/issues"
  },
  "homepage": "http://rollup-plugin-analyzer.doesdev.com/",
  "devDependencies": {
    "husky": "^4.3.6",
    "mvt": "4.1.1",
    "rollup": "npm:rollup@latest",
    "rollup100": "npm:rollup@1.0.x",
    "standard": "^16.0.3"
  },
  "dependencies": {}
}
