{
  "name": "@elastic/apm-rum-core",
  "version": "5.25.2",
  "description": "Elastic apm core",
  "license": "MIT",
  "main": "dist/lib/index.js",
  "module": "dist/es/index.js",
  "source": "src/index.js",
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elastic/apm-agent-rum-js.git",
    "directory": "packages/rum-core"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "run-p build:*",
    "build:main": "BABEL_ENV=BROWSER_PROD npx babel src -d dist/lib",
    "build:module": "BABEL_ENV=BROWSER_ESM_PROD npx babel src -d dist/es",
    "karma:dev": "karma start --auto-watch --restartOnFileChange",
    "bench": "NODE_ENV=production karma start karma.bench.conf.js",
    "karma:coverage": "karma start --coverage --singleRun",
    "test:unit": "npm run script runUnitTests packages/rum-core",
    "test": "npm run test:unit",
    "script": "node ../../dev-utils/run-script.js"
  },
  "files": [
    "src",
    "dist"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "error-stack-parser": "^1.3.5",
    "opentracing": "^0.14.3",
    "promise-polyfill": "^8.1.3"
  },
  "browserslist": [
    "ie 11"
  ],
  "gitHead": "c479fd792b56bb4f010df9c4d7725d81b1daf83a"
}
