{
  "name": "@adobe/rum-distiller",
  "version": "1.23.0",
  "scripts": {
    "test": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=junit.xml",
    "test-ci": "npm run test",
    "lint": "eslint .",
    "bench": "node bench/cluster.bench.mjs",
    "trace:analyze": "node tools/trace-analyzer.mjs",
    "docs": "npx jsdoc2md --files '*.js'  > API.md",
    "semantic-release": "semantic-release",
    "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH"
  },
  "type": "module",
  "main": "index.js",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/rum-distiller.git"
  },
  "devDependencies": {
    "@adobe/eslint-config-helix": "3.0.17",
    "@esm-bundle/chai": "4.3.4-fix.0",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/npm": "13.1.3",
    "eslint": "9.37.0",
    "jsdoc-to-markdown": "9.1.3",
    "semantic-release": "25.0.2"
  },
  "lint-staged": {
    "*.js": "eslint",
    "*.cjs": "eslint"
  }
}
