-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) 路 785 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) 路 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "scrapingtest",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js",
"test": "node src/scrapper/test/scrapperTimerForTests.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.8.1",
"bcrypt": "^5.1.1",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"mongodb": "^6.14.0",
"mongoose": "^8.11.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.10.0",
"path": "^0.12.7",
"puppeteer": "^24.3.0",
"sib-api-v3-sdk": "^8.5.0",
"twilio": "^5.4.5"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}