mirror of
https://github.com/kou029w/_.git
synced 2025-02-07 09:38:46 +00:00
13 lines
198 B
JSON
13 lines
198 B
JSON
|
{
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"start": "node --experimental-transform-types main.ts"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"playwright": "^1.46.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=22.7.0"
|
||
|
}
|
||
|
}
|