-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1016 Bytes
/
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
{
"name": "cowin-notifier",
"version": "0.1.0",
"description": "Discord Notifier for India's CoWIN 18+ covid vaccine appointments",
"main": "index.ts",
"repository": "git@github.com:sidpagariya/cowin-notifier.git",
"author": "Sid Pagariya <sidp@umich.edu>",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"crypto-js": "^4.0.0",
"discord.js": "^12.5.3",
"dom-parser": "^0.1.6",
"dotenv": "^9.0.1",
"express": "^4.17.1",
"moment": "^2.29.1",
"prompt-sync": "^4.2.0",
"serverline": "^1.5.0",
"sharp": "^0.28.1",
"socks-proxy-agent": "^5.0.0",
"svg2img": "^0.9.2",
"terminal-image": "1.2.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/crypto-js": "^4.0.1",
"@types/dom-parser": "^0.1.1",
"@types/express": "^4.17.11",
"@types/node": "^15.0.2",
"@types/prompt-sync": "^4.1.0",
"@types/sharp": "^0.28.1",
"typescript": "^4.2.4"
}
}