{
  "name": "@adobe/helix-rum-js",
  "version": "2.15.0",
  "description": "Helix RUM JS",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "setup-playwright": "npx playwright install --with-deps chromium firefox webkit",
    "prepare-test": "npm run build-standalone && cp dist/rum-standalone.js test/micro-loader/rum-standalone.js",
    "test": "npm run prepare-test && npm run setup-playwright && web-test-runner --node-resolve --coverage --playwright --browsers chromium",
    "test-ci": "npm run prepare-test && npm run setup-playwright && web-test-runner --node-resolve --coverage --playwright --browsers chromium firefox webkit",
    "test:watch": "npm run prepare-test && web-test-runner --node-resolve --watch --coverage",
    "build-standalone": "rollup --config",
    "prepack": "npm run build-standalone",
    "lint": "eslint .",
    "docs": "npx jsdoc2md -c .jsdoc.json --files 'src/*.js'  > docs/API.md",
    "semantic-release": "semantic-release",
    "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
    "commit": "git-cz",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/helix-rum-js"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/adobe/helix-rum-js/issues"
  },
  "homepage": "https://github.com/adobe/helix-rum-js#readme",
  "mocha": {
    "require": "test/setup-env.js",
    "recursive": "true",
    "reporter": "mocha-multi-reporters",
    "reporter-options": "configFile=.mocha-multi.json"
  },
  "devDependencies": {
    "@adobe/eslint-config-helix": "3.0.23",
    "@adobe/rollup-plugin-checksum": "1.2.0",
    "@eslint/config-helpers": "0.5.3",
    "@esm-bundle/chai": "4.3.4-fix.0",
    "@playwright/test": "1.58.2",
    "@rollup/plugin-replace": "6.0.3",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/exec": "7.1.0",
    "@semantic-release/git": "10.0.1",
    "@web/test-runner": "0.20.2",
    "@web/test-runner-commands": "0.9.0",
    "@web/test-runner-mocha": "0.9.0",
    "@web/test-runner-playwright": "0.11.1",
    "c8": "10.1.3",
    "codecov": "3.8.3",
    "commitizen": "4.3.1",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "9.30.1",
    "globals": "16.5.0",
    "husky": "9.1.7",
    "jsdoc-to-markdown": "9.1.3",
    "junit-report-builder": "5.1.1",
    "lint-staged": "16.4.0",
    "mocha": "11.7.5",
    "mocha-multi-reporters": "1.5.1",
    "rollup": "4.60.1",
    "rollup-plugin-cleanup": "3.2.1",
    "rollup-plugin-eslint-bundle": "9.0.0",
    "@semantic-release/npm": "13.1.5",
    "semantic-release": "25.0.3",
    "semantic-release-slack-bot": "^4.0.2"
  },
  "lint-staged": {
    "*.js": "eslint",
    "*.cjs": "eslint"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  }
}
