-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
38
39
40
41
42
{
"name": "news-alerts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "./node_modules/.bin/nodemon --trace-warnings -r dotenv/config index.js",
"deploy": "./deploy.sh",
"test": "mocha --timeout 60000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simpleanalytics/news-alerts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simpleanalytics/news-alerts/issues"
},
"homepage": "https://github.com/simpleanalytics/news-alerts#readme",
"dependencies": {
"@simpleanalytics/common": "^1.6.9",
"axios": "^1.3.4",
"fast-xml-parser": "^4.0.8",
"imapflow": "^1.0.144",
"jsonrepair": "^3.4.1",
"node-fetch": "^2.6.9",
"openai": "^3.2.1",
"puppeteer": "^15.2.0",
"puppeteer-cluster": "^0.23.0",
"puppeteer-extra": "^3.3.0",
"puppeteer-extra-plugin-stealth": "^2.10.1",
"sqlite3": "^5.0.8"
},
"devDependencies": {
"chai": "^4.3.10",
"dotenv": "^16.0.1",
"mocha": "^10.2.0",
"nodemon": "^1.3.3"
}
}