{ "name": "cpanel-playwright-test", "version": "1.0.0", "description": "Playwright automation framework for cPanel store test task using TypeScript.", "scripts": { "test": "playwright test", "run": "playwright test --headed", "debug": "playwright test --debug", "report": "playwright test --reporter=html" }, "license": "ISC", "devDependencies": { "@playwright/test": "^1.21.1", "@types/node": "^22.5.1" }, "dependencies": { "dotenv": "^16.3.1", "typescript": "^5.5.4" } }