-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.82 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
73
74
{
"name": "@paralect/hive",
"version": "0.1.38",
"description": "",
"main": "index.js",
"bin": {
"hive": "cli/hive.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@koa/cors": "3.1.0",
"@koa/multer": "3.0.0",
"@koa/router": "10.1.1",
"@paralect/hive": "^0.1.19",
"@paralect/node-mongo": "2.1.1",
"@react-email/components": "^0.0.20",
"@react-email/render": "^0.0.16",
"@sendgrid/mail": "7.6.1",
"@socket.io/redis-adapter": "7.1.0",
"@socket.io/redis-emitter": "4.1.1",
"app-module-path": "2.2.0",
"aws-sdk": "2.1080.0",
"axios": "^1.7.2",
"bcryptjs": "2.4.3",
"bullmq": "^5.10.3",
"commander": "^12.1.0",
"dotenv": "16.0.0",
"eslint-config-prettier": "8.5.0",
"execa": "^4.1.0",
"fs-extra": "^11.2.0",
"handlebars": "4.7.7",
"inquirer": "^8.2.6",
"joi": "^17.13.3",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-helmet": "6.1.0",
"koa-logger": "3.2.1",
"koa-mount": "4.0.0",
"koa-qs": "3.0.0",
"lodash": "4.17.21",
"mjml": "4.12.0",
"mkdirp": "^1.0.4",
"moment": "2.29.1",
"moment-duration-format": "2.3.2",
"multer": "1.4.4",
"node-schedule": "2.1.0",
"nodemailer": "^6.9.14",
"nodemon": "2.0.15",
"prettier": "2.6.2",
"psl": "1.8.0",
"redis": "3.1.2",
"require-dir": "1.2.0",
"slug": "^9.1.0",
"socket.io": "4.4.1",
"socket.io-emitter": "3.2.0",
"tail": "2.2.4",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"winston": "3.6.0",
"zod": "^3.23.8"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.25.4",
"husky": "7.0.4",
"lint-staged": "12.3.4"
},
"keywords": [],
"author": "",
"license": "MIT"
}