@bugsnag/core-performance
Version:
Core performance client
40 lines (39 loc) • 927 B
JSON
{
"name": "@bugsnag/core-performance",
"version": "2.14.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": "5e27b05f0e6d139229e89abab4bac74df9051d3b"
}