1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/playwright/package.json

12 lines
198 B
JSON

{
"type": "module",
"scripts": {
"start": "node --experimental-transform-types main.ts"
},
"dependencies": {
"playwright": "^1.46.1"
},
"engines": {
"node": ">=22.7.0"
}
}