Files
puppeteerjs/package.json
T
2022-09-07 15:12:11 +02:00

13 lines
206 B
JSON

{
"scripts": {
"start": "node main.js"
},
"dependencies": {
"axios": "^0.27.2",
"mongodb": "^4.9.1",
"mongoose": "^6.5.4",
"node-xlsx": "^0.21.0",
"playwright": "1.23.0"
}
}