-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-advanced.json
More file actions
66 lines (66 loc) · 1.54 KB
/
Copy pathpackage-advanced.json
File metadata and controls
66 lines (66 loc) · 1.54 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
66
{
"name": "kaleshak-v3-advanced",
"version": "3.0.0",
"description": "Ultra-Advanced AI Motivational Platform with Biometrics, AR, Social Features, and Gamification",
"main": "server-advanced.js",
"scripts": {
"start": "node server-advanced.js",
"dev": "nodemon server-advanced.js",
"test": "jest",
"build": "webpack --mode production",
"deploy": "npm run build && npm start"
},
"keywords": [
"motivation",
"ai",
"productivity",
"biometrics",
"gamification",
"social",
"ar",
"voice-commands",
"pwa",
"hinglish"
],
"author": "KALESHAK Team",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"helmet": "^7.0.0",
"compression": "^1.7.4",
"express-rate-limit": "^6.8.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"socket.io": "^4.7.2",
"multer": "^1.4.5-lts.1",
"sharp": "^0.32.4",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.4",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.4.3",
"redis": "^4.6.7",
"winston": "^3.10.0"
},
"devDependencies": {
"nodemon": "^3.0.1",
"jest": "^29.6.2",
"supertest": "^6.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"eslint": "^8.46.0",
"prettier": "^3.0.1"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kaleshak/kaleshak-v3"
},
"bugs": {
"url": "https://github.com/kaleshak/kaleshak-v3/issues"
},
"homepage": "https://kaleshak.vercel.app"
}