-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1005 Bytes
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
{
"name": "quantumstack",
"version": "1.0.0",
"description": "Premium AI-powered platform for university clubs and developer communities.",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
"build": "tsc",
"test": "jest"
},
"keywords": [
"ai",
"community",
"campus",
"firebase",
"openai"
],
"author": "Davud",
"license": "MIT",
"dependencies": {
"axios": "^1.14.0",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^4.18.2",
"firebase-admin": "^11.5.0"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/morgan": "^1.9.10",
"@types/node": "^25.5.0",
"helmet": "^8.1.0",
"jest": "^29.7.0",
"morgan": "^1.10.1",
"nodemon": "^2.0.22",
"supertest": "^7.2.2",
"ts-node": "^10.9.2",
"typescript": "^6.0.2",
"winston": "^3.19.0",
"zod": "^4.3.6"
}
}