{
  "name": "rollup-plugin-bundleutils",
  "version": "2.0.1",
  "description": "A set of functions commonly used after tree shaking",
  "homepage": "https://github.com/pschroen/rollup-plugin-bundleutils#readme",
  "keywords": [
    "rollup-plugin",
    "bundle",
    "utils",
    "bundleutils"
  ],
  "author": "pschroen",
  "repository": {
    "type": "git",
    "url": "https://github.com/pschroen/rollup-plugin-bundleutils"
  },
  "bugs": {
    "url": "https://github.com/pschroen/rollup-plugin-bundleutils/issues"
  },
  "license": "MIT",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "ava"
  },
  "dependencies": {
    "@babel/core": "^7.23.3",
    "@babel/preset-env": "^7.23.3",
    "magic-string": "^0.30.5",
    "terser": "^5.24.0"
  },
  "devDependencies": {
    "ava": "^5.3.1",
    "eslint": "^8.54.0",
    "rollup": "^4.6.0"
  }
}
