{
  "name": "@berun/runner-web-polyfills",
  "version": "7.3.6",
  "description": "BeRun runner to add browser polyfills",
  "main": "src/index.ts",
  "ts:main": "src/index.ts",
  "types": "src/index.ts",
  "authors": [
    "OffGrid Networks <admin@offgridnetworks.com>"
  ],
  "bugs": "https://github.com/bestyled/berun/issues",
  "keywords": [
    "berun",
    "berun-runner",
    "react",
    "web",
    "polyfill",
    "create react app"
  ],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/bestyled/berun/tree/master/packages/runner-web-polyfills",
  "scripts": {
    "coverage": "berun-dev test --coverage",
    "format": "berun-dev format",
    "lint": "berun-dev lint",
    "test": "berun-dev test",
    "test:watch": "berun-dev test -o --watch"
  },
  "dependencies": {
    "@berun/berun": "^7.3.6",
    "core-js": "^3.12.1",
    "object-assign": "^4.1.1",
    "promise": "^8.1.0",
    "raf": "^3.4.1",
    "whatwg-fetch": "^3.6.2"
  },
  "devDependencies": {
    "@berun/fluent-webpack": "^7.3.6",
    "@berun/berun": "^7.3.6",
    "@berun/dev-scripts": "^7.3.6",
    "@berun/fluent": "^7.3.6"
  },
  "peerDependencies": {}
}
