{
  "name": "playwright-project",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "rm -rf screenshots && playwright test",
    "test:headed": "rm -rf screenshots && playwright test --headed",
    "test:ui": "rm -rf screenshots && playwright test --ui",
    "report": "playwright show-report"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "dotenv": "^16.4.7",
    "ts-morph": "^25.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.56.1",
    "@types/node": "^22.10.10",
    "@types/dotenv": "^8.2.3"
  }
}
