{
  "name": "artillery-plugin-apdex",
  "version": "1.24.0",
  "private": true,
  "description": "Calculate and report Apdex scores",
  "main": "./dist/index.js",
  "scripts": {
    "test": "node --test --test-timeout=300000 --require ./test/setup-env.cjs \"test/*.spec.js\"",
    "build": "tsc -p tsconfig.build.json"
  },
  "keywords": [],
  "author": "",
  "license": "MPL-2.0",
  "devDependencies": {},
  "type": "module"
}
