{ "scripts": { "deploy": "node compile.js", "test": "npm run deploy && npx playwright test --config=./test/support/playwright.config.js", "start": "node test/support/server.js" }, "license": "MIT", "dependencies": { "@playwright/test": "^1.35.1", "express": "^4.18.1", "generatorics": "^1.1.0", "handlebars": "^4.7.7", "uglify-js": "^3.9.4" }, "devDependencies": { "eslint": "^8.38.0", "eslint-plugin-playwright": "^0.12.0" } }