{
  "name": "@web/rollup-plugin-polyfills-loader",
  "version": "1.3.1",
  "publishConfig": {
    "access": "public"
  },
  "description": "Plugin for injecting a polyfills loader to HTML pages",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/modern-web/web.git",
    "directory": "packages/rollup-plugin-polyfills-loader"
  },
  "author": "modern-web",
  "homepage": "https://github.com/modern-web/web/packages/rollup-plugin-polyfills-loader",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "test": "mocha test/**/*.test.ts --require ts-node/register",
    "test:update-snapshots": "mocha test/**/*.test.ts --require ts-node/register --update-snapshots",
    "test:watch": "mocha test/**/*.test.ts --require ts-node/register --watch --watch-files src,test"
  },
  "files": [
    "*.d.ts",
    "*.js",
    "*.mjs",
    "dist",
    "src"
  ],
  "keywords": [
    "rollup-plugin",
    "minify",
    "html",
    "polyfill",
    "loader",
    "feature detection"
  ],
  "dependencies": {
    "@web/polyfills-loader": "^1.3.4"
  },
  "devDependencies": {
    "@web/rollup-plugin-html": "^1.10.3",
    "rollup": "^2.66.1"
  }
}
