{
  "name": "testbeats",
  "version": "2.7.0",
  "description": "Publish test results to Microsoft Teams, Google Chat, Slack and InfluxDB",
  "main": "src/index.js",
  "types": "./src/index.d.ts",
  "bin": {
    "testbeats": "src/cli.js"
  },
  "files": [
    "/src"
  ],
  "scripts": {
    "test": "c8 mocha test --reporter mocha-multi-reporters --reporter-options configFile=mocha.report.json",
    "build": "pkg --out-path dist ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/test-results-reporter/testbeats.git"
  },
  "keywords": [
    "test",
    "results",
    "publish",
    "report",
    "microsoft teams",
    "teams",
    "slack",
    "influx",
    "influxdb",
    "junit",
    "mocha",
    "cucumber",
    "testng",
    "xunit",
    "reportportal",
    "google chat",
    "chat",
    "percy",
    "jmeter"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/test-results-reporter/testbeats/issues"
  },
  "homepage": "https://testbeats.com",
  "dependencies": {
    "async-retry": "^1.3.3",
    "dotenv": "^17.2.3",
    "form-data-lite": "^1.0.3",
    "influxdb-lite": "1.1.0",
    "object-hash": "^3.0.0",
    "performance-results-parser": "latest",
    "phin-retry": "2.0.0",
    "pretty-ms": "^7.0.1",
    "prompts": "^2.4.2",
    "rosters": "0.0.1",
    "sade": "^1.8.1",
    "test-results-parser": "0.4.0"
  },
  "devDependencies": {
    "c8": "^10.1.2",
    "mocha": "^10.7.3",
    "mocha-junit-reporter": "^2.2.1",
    "mocha-multi-reporters": "^1.5.1",
    "pactum": "^3.9.0",
    "pkg": "^5.8.1"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "engineStrict": true
}
