{
  "name": "rollup-config-analyzer",
  "version": "2.2.0",
  "description": "Analyze file sizes of rollup bundled imports",
  "files": [
    "index.js",
    "module.js"
  ],
  "main": "index.js",
  "module": "module.js",
  "scripts": {
    "precommit": "rollup -c module.js -f cjs -o index.js module.js && git add ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doesdev/rollup-config-analyzer.git"
  },
  "keywords": [
    "rollup",
    "import",
    "bundle",
    "file",
    "size",
    "analysis",
    "analyze",
    "bloat"
  ],
  "author": "Andrew Carpenter (https://github.com/doesdev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/doesdev/rollup-config-analyzer/issues"
  },
  "homepage": "https://github.com/doesdev/rollup-config-analyzer#readme",
  "devDependencies": {
    "husky": "^4.2.5",
    "rollup": "^2.21.0"
  },
  "dependencies": {
    "rollup-plugin-analyzer": "~3.3.0"
  }
}
