playwright / package.json
RynnHub's picture
hmm
3751550
raw
history blame contribute delete
588 Bytes
{
"name": "playwright-api",
"version": "1.0.0",
"description": "API for executing Playwright scripts with system information",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": ["playwright", "express", "API"],
"author": "Rynn",
"license": "MIT",
"dependencies": {
"axios": "latest",
"node-fetch": "^2.6.1",
"express": "latest",
"playwright": "latest",
"cors": "latest",
"dotenv": "latest",
"vm2": "latest"
},
"devDependencies": {
"nodemon": "latest"
}
}