{ "scripts": { "deploy": "node compile.js", "test": "BROWSERSTACK_LOCAL=true npx playwright test --config=./test/support/playwright.config.js" }, "license": "MIT", "dependencies": { "@playwright/test": "^1.22.2", "browserstack-local": "^1.4.8", "express": "^4.18.1", "generatorics": "^1.1.0", "handlebars": "^4.7.7", "playwright": "^1.22.2", "uglify-js": "^3.9.4" }, "devDependencies": { "eslint": "^8.20.0", "eslint-plugin-playwright": "^0.10.0" } }