forked from Prince25/StockAlertBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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
{
"name": "stock-alert-bot",
"version": "3.0.0",
"description": "Get alerts when items come in stock",
"type": "module",
"main": "main.js",
"scripts": {
"start": "node main.js",
"settings": "node server/index.js"
},
"dependencies": {
"@types/express": "^4.17.11",
"@types/qs": "^6.9.4",
"aws-sdk": "^2.833.0",
"axios": "^0.21.1",
"beepbeep": "^1.3.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dom-parser": "^0.1.6",
"dotenv": "^8.2.0",
"envfile": "^6.14.0",
"express": "^4.17.1",
"https-proxy-agent": "^5.0.0",
"moment": "^2.29.1",
"nodemailer": "^6.4.17",
"open": "^7.3.0",
"twilio": "^3.55.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrinceS25/StockAlertBot.git"
},
"author": "Prabhjot Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrinceS25/StockAlertBot/issues"
},
"homepage": "https://github.com/PrinceS25/StockAlertBot#readme"
}