{
  "name": "tm-playwright-bdd-ts",
  "version": "1.1.2",
  "description": "Playwright Cucumber TS framework - The easiest way to learn",
  "main": "index.js",
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "cucumber",
    "cucumber - TS",
    "playwright-cucumber"
  ],
  "author": "CCS Automation Framework",
  "license": "ISC",
  "devDependencies": {
    "@cucumber/cucumber": "^9.6.0",
    "@playwright/test": "1.35.0",
    "cross-env": "^7.0.3",
    "cucumber-html-reporter": "^7.2.0",
    "dotenv": "^16.0.3",
    "fs-extra": "^11.1.1",
    "ts-node": "^10.9.1",
    "winston": "^3.8.2"
  },
  "dependencies": {
    "multiple-cucumber-html-reporter": "^3.9.0",
    "tm-playwright-bdd-ts": "^1.0.5"
  }
}
