-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.72 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.72 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@paralect/hive",
"version": "0.1.48",
"description": "",
"main": "index.js",
"bin": {
"hive": "cli/hive.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:init": "rm -rf test-app && node cli/hive.js init test-app --skip-install && cd test-app && npm pkg set 'dependencies.@paralect/hive=file:..' && npm install",
"test:dev": "cd test-app && npm run dev"
},
"dependencies": {
"@koa/cors": "5.0.0",
"@koa/multer": "4.0.0",
"@koa/router": "15.3.0",
"@react-email/components": "^1.0.7",
"@react-email/render": "^2.0.4",
"@socket.io/redis-adapter": "8.3.0",
"@socket.io/redis-emitter": "5.1.0",
"app-module-path": "2.2.0",
"aws-sdk": "2.1693.0",
"axios": "^1.13.5",
"bullmq": "^5.69.1",
"commander": "^14.0.3",
"dotenv": "17.3.1",
"fs-extra": "^11.3.3",
"inquirer": "^13.2.2",
"koa": "3.1.1",
"koa-bodyparser": "4.4.1",
"koa-helmet": "9.0.0",
"koa-logger": "4.0.0",
"koa-mount": "4.2.0",
"koa-qs": "3.0.0",
"lodash": "4.17.23",
"mjml": "4.18.0",
"mkdirp": "3.0.1",
"moment": "2.30.1",
"moment-duration-format": "2.3.2",
"monk": "^7.3.4",
"node-schedule": "2.1.1",
"nodemailer": "^8.0.1",
"nodemon": "3.1.11",
"prettier": "3.8.1",
"psl": "1.15.0",
"redis": "^5.10.0",
"require-dir": "1.2.0",
"socket.io": "4.8.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"winston": "3.19.0",
"zod": "^4.3.6"
},
"devDependencies": {
"eslint": "9.28.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.32.0",
"husky": "9.1.7",
"lint-staged": "16.2.7"
},
"keywords": [],
"author": "",
"license": "MIT"
}