playwright-proxy / package.json
github-actions[bot]
Update from GitHub Actions
82cb77d
raw
history blame contribute delete
442 Bytes
{
"name": "playwright-proxy",
"type": "module",
"scripts": {
"build": "tsc && shx cp index.html dist/index.html",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.13.7",
"hono": "^4.6.14",
"playwright": "^1.49.1"
},
"devDependencies": {
"@types/node": "^20.17.23",
"shx": "^0.3.4",
"tsx": "^4.7.1",
"typescript": "^5.7.2"
}
}