{
  "name": "sun-ecm",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test:dev": "TEST_ENV=development npx playwright test",
    "test:sit": "TEST_ENV=sit npx playwright test",
    "test:dev:qa": "TEST_ENV=development npx playwright test && npm run fix-videos",
    "test:sitdev:qa": "TEST_ENV=sitdev npx playwright test && npm run fix-videos",
    "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",
    "fix-videos": "find ${DIR:-reports-history} -name '*.webm' -exec sh -c 'f=\"$1\"; ffmpeg -y -loglevel error -i \"$f\" -c copy \"${f%.webm}.tmp.webm\" && mv \"${f%.webm}.tmp.webm\" \"$f\" && echo \"Fixed: $f\"' _ {} \\;",
    "ex-fix-videos": "DIR=reports-history/Report20260630.0 npm run fix-videos"
  },
  "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"
}
