{
  "name": "@bharathvaj/fullstory-raygun",
  "description": "Fullstory Raygun Integration",
  "version": "1.0.0",
  "main": "dist/index",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "raygun",
    "fullstory",
    "integration"
  ],
  "scripts": {
    "clean": "rimraf -rf ./dist",
    "build": "yarn clean && tsc -p tsconfig.build.json",
    "prepublishOnly": "yarn run build",
    "test": "yarn run build"
  },
  "peerDependencies": {
    "@fullstory/browser": ">=1.0.0",
    "raygun4js": ">=2.0.0"
  },
  "devDependencies": {
    "@fullstory/browser": "^1.4.9",
    "raygun4js": "2.22.1",
    "tslib": "^2.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Bharathvaj Ganesan <bharathvaj1995@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bharathvaj-ganesan/fullstory-integrations/issues"
  },
  "homepage": "https://github.com/bharathvaj-ganesan/fullstory-integrations#readme",
  "gitHead": "62887f948df1f9ea2b3e7b041e5b1e6af23b8d6f"
}
