-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.8 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
75
76
{
"name": "kawkab",
"description": "kawkab is a backend framework for Node.js",
"version": "1.0.0-alpha.6",
"main": "dist/index.js",
"scripts": {
"build": "tsc && node tools/minify.js",
"start": "node dist/index.js",
"dev": "nodemon"
},
"keywords": [
"kawkab",
"framework",
"nodejs",
"bunjs",
"javascript",
"js",
"typescript",
"ts",
"backend",
"api"
],
"author": "Hassan Kerdash",
"license": "MIT",
"devDependencies": {
"@types/apidoc": "^0.50.3",
"@types/bcrypt": "^5.0.2",
"@types/finalhandler": "^1.2.3",
"@types/jsonwebtoken": "^9.0.7",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.15",
"@types/serve-static": "^1.15.7",
"copyfiles": "^2.4.1",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@types/formidable": "^3.4.5",
"@types/qs": "^6.9.17",
"apidoc": "^1.2.0",
"axios": "^1.7.8",
"bcrypt": "^5.1.1",
"bullmq": "^5.31.1",
"collect.js": "^4.36.1",
"commander": "^12.1.0",
"crypto": "^1.0.1",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"fast-glob": "^3.3.2",
"fastq": "^1.17.1",
"finalhandler": "^1.3.0",
"find-my-way": "^9.0.0",
"formidable": "^3.5.1",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"multiple-extend": "^0.1.3",
"mysql": "^2.18.1",
"mysql2": "^3.11.3",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.15",
"path-to-regexp": "^8.2.0",
"pg": "^8.13.1",
"qs": "^6.13.1",
"redis": "^4.7.0",
"response": "^0.18.0",
"serve-static": "^1.15.0",
"sqlite3": "^5.1.7",
"sutando": "^1.6.4",
"winston": "^3.14.2",
"zod": "^3.23.8"
}
}