{
  "name": "sun-ecm",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test:dev": "TEST_ENV=development npx playwright test && npx monocart show-report monocart-report/index.html",
    "test:sit": "TEST_ENV=sit npx playwright test && npx monocart show-report monocart-report/index.html",
    "test:dev:headed": "TEST_ENV=development npx playwright test --headed",
    "test:sit:headed": "TEST_ENV=sit npx playwright test --headed",
    "test:dev:ui": "TEST_ENV=development npx playwright test --ui",
    "test:sit:ui": "TEST_ENV=sit npx playwright test --ui",
    "report": "npx monocart show-report monocart-report/index.html"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@playwright/test": "^1.58.2",
    "@types/node": "^25.5.0",
    "@types/url-join": "^5.0.0",
    "allure-playwright": "^3.6.0",
    "monocart-reporter": "^2.10.0"
  },
  "dependencies": {
    "dotenv": "^17.3.1",
    "exceljs": "^4.4.0",
    "lodash": "^4.17.23",
    "url-join": "^4.0.1",
    "xlsx": "^0.18.5"
  },
  "packageManager": "yarn@4.1.1+sha512.ec40d0639bb307441b945d9467139cbb88d14394baac760b52eca038b330d16542d66fef61574271534ace5a200518dabf3b53a85f1f9e4bfa37141b538a9590"
}
