Auto5 / package.json
Pubgbc9799's picture
Create package.json
71535cc verified
raw
history blame
170 Bytes
{
"name": "jnvu-monitor",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"playwright": "^1.53.0"
}
}