{ "name": "towerops-e2e", "version": "1.0.0", "type": "module", "description": "End-to-end tests for Towerops", "scripts": { "test": "NODE_OPTIONS=--disable-warning=DEP0205 playwright test", "test:local": "NODE_OPTIONS=--disable-warning=DEP0205 BASE_URL=http://localhost:4000 playwright test", "test:staging": "NODE_OPTIONS=--disable-warning=DEP0205 BASE_URL=https://staging.towerops.net playwright test", "test:ui": "NODE_OPTIONS=--disable-warning=DEP0205 playwright test --ui", "test:headed": "NODE_OPTIONS=--disable-warning=DEP0205 playwright test --headed", "test:debug": "NODE_OPTIONS=--disable-warning=DEP0205 playwright test --debug", "codegen": "NODE_OPTIONS=--disable-warning=DEP0205 playwright codegen http://localhost:4000", "report": "playwright show-report" }, "devDependencies": { "@playwright/test": "^1.59.0", "@scure/base": "^2.0.0", "@types/node": "^25.4.0", "dotenv": "^17.3.1", "otplib": "^13.3.0", "speakeasy": "^2.0.0" } }