forked from siddharthvp/SDZeroBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
43
44
{
"name": "sdzerobot",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"update": "git pull && crontab crontab && cd ../mwn && git pull && npm run quickbuild",
"tsc": "tsc --sourceMap false || echo"
},
"author": "Siddharth VP",
"license": "MIT",
"repository": {
"type": "git",
"url": "github.com/siddharthvp/SDZeroBot"
},
"dependencies": {
"@kubernetes/client-node": "^0.17.1",
"@types/async-redis": "^1.1.1",
"@types/express": "^4.17.11",
"@types/node": "^14.11.10",
"@types/object-hash": "^1.3.4",
"async-redis": "^1.1.7",
"eventsource": "^1.0.7",
"express": "^4.17.1",
"jsdom": "^16.2.1",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"mwn": "0.9.0",
"mysql2": "^2.1.0",
"nodemailer": "^6.7.8",
"object-hash": "^2.0.3",
"sqlite": "^4.0.15",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"@types/mocha": "^8.0.4",
"chai": "^4.2.0",
"eslint": "^7.10.0",
"mocha": "^7.1.1",
"ts-mocha": "^8.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.2.4"
}
}