@elastic/apm-rum
Version:
Elastic APM JavaScript agent
66 lines (65 loc) • 2.24 kB
JSON
{
"name": "@elastic/apm-rum",
"version": "5.17.0",
"description": "Elastic APM JavaScript agent",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
"source": "src/index.js",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/elastic/apm-agent-rum-js.git",
"directory": "packages/rum"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "run-p build:main build:module build:umd",
"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",
"build:umd": "webpack --color",
"build:e2e": "npm run script buildE2eBundles packages/rum/test/e2e",
"bundlesize": "npm run build:umd && bundlesize",
"karma:dev": "karma start --auto-watch --restartOnFileChange",
"karma:coverage": "karma start --coverage --singleRun",
"script": "node ../../dev-utils/run-script.js",
"test:types": "tsc --project test/types/tsconfig.json",
"test:node": "npm run script runNodeTests",
"test:bundle": "npm run script runBundleTests",
"test:integration": "npm run script runIntegrationTests",
"test:unit": "npm run script runUnitTests packages/rum",
"test:e2e:supported": "npm run script runE2eTests packages/rum/wdio.conf.js",
"test:e2e:failsafe": "npm run script runE2eTests packages/rum/wdio-failsafe.conf.js",
"test:sauce": "npm run script runSauceTests packages/rum true build:e2e test:unit test:e2e:supported test:e2e:failsafe",
"test": "run-s build:e2e test:types test:node test:bundle test:integration test:sauce",
"bench": "npm run build:umd && node test/benchmarks/run.js"
},
"files": [
"src",
"dist"
],
"engines": {
"node": ">=8.0.0"
},
"author": "",
"license": "MIT",
"dependencies": {
"@elastic/apm-rum-core": "^5.23.0"
},
"bundlesize": [
{
"path": "./dist/bundles/elastic-apm-rum*.min.js",
"maxSize": "19.6 kB"
},
{
"path": "./dist/bundles/elastic-apm-opentracing*.min.js",
"maxSize": "21 kB"
}
],
"browserslist": [
"ie 11"
],
"gitHead": "022e2b9b3438f4ed818c835319741886a708942d"
}