{
  "name": "@remote-dom/polyfill",
  "type": "module",
  "license": "MIT",
  "description": "A polyfill for the browser APIs used by Remote DOM",
  "publishConfig": {
    "access": "public",
    "@remote-dom/registry": "https://registry.npmjs.org"
  },
  "version": "1.5.1",
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Shopify/remote-dom",
    "directory": "packages/polyfill"
  },
  "exports": {
    ".": {
      "types": "./build/typescript/index.d.ts",
      "quilt:source": "./source/index.ts",
      "quilt:esnext": "./build/esnext/index.esnext",
      "import": "./build/esm/index.mjs",
      "require": "./build/cjs/index.cjs"
    }
  },
  "types": "./build/typescript/index.d.ts",
  "sideEffects": false,
  "browserslist": [
    "defaults and not dead"
  ],
  "scripts": {
    "build": "rollup --config ./rollup.config.js"
  }
}