{
  "name": "@bugsnag/core-performance",
  "version": "3.2.0",
  "description": "Core performance client",
  "keywords": [
    "bugsnag",
    "performance",
    "javascript",
    "typescript"
  ],
  "homepage": "https://github.com/bugsnag/bugsnag-js-performance",
  "author": "Ben Wilson <ben.wilson@smartbear.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"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@bugsnag/cuid": "^3.1.1"
  },
  "gitHead": "1cacf6481bb82578f299ec8e1d23e899771b4966"
}
