playwright / package.json
termai's picture
Update package.json
6522678 verified
Raw
History Blame Contribute Delete
351 Bytes
{
"name": "playwright-api",
"version": "1.0.0",
"description": "Playwright API - Termai",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.21.2",
"axios": "^1.7.9",
"form-data": "^4.0.3",
"playwright": "^1.54.1"
}
}