1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-07 09:38:46 +00:00
_/playwright/package.json

13 lines
198 B
JSON
Raw Normal View History

2024-08-26 11:11:06 +09:00
{
"type": "module",
"scripts": {
"start": "node --experimental-transform-types main.ts"
},
"dependencies": {
"playwright": "^1.46.1"
},
"engines": {
"node": ">=22.7.0"
}
}