{
  "name": "artillery-plugin-metrics-by-endpoint",
  "version": "1.27.0",
  "private": true,
  "description": "Per-endpoint breakdown of latency and response codes for Artillery HTTP tests.",
  "main": "./dist/index.js",
  "scripts": {
    "test": "npm run test:unit && npm run test:acceptance",
    "test:acceptance": "node --test --test-timeout=300000 --require ./test/setup-env.cjs \"test/*.spec.js\"",
    "test:unit": "node --test --require ./test/setup-env.cjs \"test/*.unit.js\"",
    "build": "tsc -p tsconfig.build.json"
  },
  "keywords": [],
  "author": "Hassy Veldstra <h@artillery.io>",
  "license": "MPL-2.0",
  "dependencies": {
    "debug": "^4.4.3"
  },
  "devDependencies": {
    "zx": "^8.1.4"
  },
  "type": "module"
}
