Puppeteer-API-2 / package.json
Anuj-Panthri's picture
added html and screenshot endpoints
4f1ca17
raw
history blame contribute delete
221 Bytes
{
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.19.1",
"multer": "^1.4.5-lts.1",
"puppeteer": "^22.6.0"
}
}