14 lines
232 B
JSON
14 lines
232 B
JSON
{
|
|
"scripts": {
|
|
"start": "node main.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"beepbeep": "^1.3.0",
|
|
"mongodb": "^4.9.1",
|
|
"mongoose": "^6.5.4",
|
|
"node-xlsx": "^0.21.0",
|
|
"playwright": "1.23.0"
|
|
}
|
|
}
|