{
  "name": "rollup-plugin-polyfill",
  "version": "4.2.0",
  "description": "plugin to prepends bundles with a source file or module",
  "main": "src/index.js",
  "scripts": {
    "test": "jest",
    "prepublishOnly": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JRJurman/rollup-plugin-polyfill.git"
  },
  "keywords": [
    "rollup-plugin"
  ],
  "author": {
    "name": "Jesse Jurman",
    "email": "j.r.jurman@gmail.com",
    "url": "https://github.com/jrjurman"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JRJurman/rollup-plugin-polyfill/issues"
  },
  "homepage": "https://github.com/JRJurman/rollup-plugin-polyfill#readme",
  "engines": {
    "node": ">=10.0.0"
  },
  "peerDependencies": {
    "rollup": "^2.67.0 || ^3.0.0 || ^4.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.5",
    "jest": "^29.7.0",
    "rollup": "^4.0.2"
  },
  "files": [
    "src/index.js",
    "src/rollup-plugin-polyfill.js"
  ]
}
