{
  "name": "@cobo/apm-rum-core",
  "version": "0.2.0",
  "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"
  },
  "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:sauce": "npm run script runSauceTests packages/rum-core true test:unit",
    "test": "npm run test:sauce",
    "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"
  },
  "gitHead": "2c7df8c96040126a81292a3f601f81b5ee6591bc"
}
