-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
72 lines (72 loc) · 1.86 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"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": {
"@elastic/elasticsearch": "7.10.0",
"@kubernetes/client-node": "^0.18.1",
"@types/async-redis": "^1.1.1",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.11",
"@types/express-redis-cache": "^1.1.1",
"@types/hbs": "^4.0.1",
"@types/http-errors": "^1.8.0",
"@types/memory-cache": "^0.2.5",
"@types/morgan": "^1.9.2",
"@types/node": "^18.19.34",
"@types/nodemailer": "^6.4.7",
"@types/object-hash": "^1.3.4",
"async-redis": "^1.1.7",
"cassandra-driver": "^4.6.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"eventsource": "^1.0.7",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-redis-cache": "^1.1.3",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"ioredis": "^5.4.1",
"jsdom": "^16.6.0",
"memory-cache": "^0.2.0",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"mwn": "2.0.2",
"mysql2": "^2.1.0",
"nodemailer": "^6.7.8",
"object-hash": "^2.0.3",
"openai": "^4.57.0",
"sqlite": "^4.0.15",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^8.0.4",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"eslint": "^7.10.0",
"mocha": "^7.1.1",
"nodemon": "^2.0.7",
"sinon": "^18.0.0",
"ts-mocha": "^8.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.2.4"
},
"engines": {
"node": ">= 18.14.2"
}
}