{
  "name": "@paschal_cheps/cypress-ms-teams-reporter",
  "version": "1.3.16",
  "publishConfig": {
    "access": "public"
  },
  "description": "A Cypress reporter for Microsoft Teams with mochawesome support",
  "main": "src/index.ts",
  "bin": {
    "cypress-ms-teams-reporter": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "keywords": [
    "cypress",
    "ms-teams",
    "microsoft",
    "github",
    "reporter",
    "cucumber",
    "mocha",
    "mochawesome",
    "cypress-mochawesome-reporter"
  ],
  "author": "Chetachi Paschal Enyimiri",
  "license": "MIT",
  "dependencies": {
    "@types/fs-extra": "^11.0.4",
    "adaptive-expressions": "^4.23.2",
    "axios": "^1.8.3",
    "chalk": "^5.4.1",
    "commander": "^11.1.0",
    "dotenv": "^16.4.7",
    "fs-extra": "^11.3.0",
    "ms-teams-webhook": "^2.2.2"
  },
  "devDependencies": {
    "@paschal_cheps/cypress-ms-teams-reporter": "^1.3.12",
    "@types/cypress": "^0.1.6",
    "@types/node": "^22.13.10",
    "cypress": "^14.2.0",
    "cypress-mochawesome-reporter": "^3.8.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "prepare": "npm run build",
    "start-local": "node dist/index.js --ci-provider=local"
  }
}
