-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 KB
/
package.json
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
36
37
{
"name": "news_crawler",
"version": "1.0.0",
"description": "Welcome to the NodeJS Webcrawler Newsletter! This newsletter aims to provide you with the latest updates, tips, and resources related to whatever you want! It's defaulted to Spanish newspapers and international security issues, but you can adapt it to your own needs! :^)",
"main": "main.js",
"scripts": {
"start": "node --expose-gc main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/V3RNE42/NEWS_CRAWLER.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/V3RNE42/NEWS_CRAWLER/issues"
},
"homepage": "https://github.com/V3RNE42/NEWS_CRAWLER#readme",
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^3.6.0",
"fast-xml-parser": "^4.4.0",
"fs": "^0.0.1-security",
"html-entities": "^2.5.2",
"limiter": "^2.1.0",
"natural": "^7.0.6",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.13",
"openai": "^4.0.0",
"path": "^0.12.7",
"puppeteer": "^22.11.2",
"sanitize-html": "^2.13.0",
"util": "^0.12.5"
}
}