Spaces:
Running
Running
File size: 442 Bytes
82cb77d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"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"
}
}
|