{
  "name": "@bugsnag/delivery-fetch-performance",
  "version": "3.2.0",
  "description": "BugSnag performance monitoring delivery mechanism using the fetch API",
  "homepage": "https://www.bugsnag.com/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bugsnag/bugsnag-js-performance.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup --config",
    "build:cdn": "npm run build",
    "clean": "rm -rf dist/*"
  },
  "bugs": {
    "url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
  },
  "dependencies": {
    "@bugsnag/core-performance": "^3.2.0"
  },
  "type": "module",
  "main": "dist/delivery.js",
  "types": "dist/types/delivery.d.ts",
  "files": [
    "dist"
  ],
  "gitHead": "1cacf6481bb82578f299ec8e1d23e899771b4966"
}
