-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"name": "@compass/backend",
"description": "REST API backend",
"license": "MIT",
"version": "1.0.0",
"main": "build/src/app.js",
"dependencies": {
"@compass/core": "1.0.0",
"chalk": "4.1.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"exponential-backoff": "^3.1.2",
"express": "^4.17.1",
"express-validator": "^6.12.2",
"express-winston": "^4.2.0",
"googleapis": "^112.0.0",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.0",
"lodash.mergewith": "^4.6.2",
"mongodb": "6.3",
"morgan": "^1.10.0",
"p-limit": "^7.2.0",
"rrule": "^2.7.2",
"saslprep": "^1.0.3",
"socket.io": "^4.7.5",
"supertokens-node": "^23.0.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@faker-js/faker": "^9.6.0",
"@ngrok/ngrok": "^1.5.1",
"@shelf/jest-mongodb": "^4.1.4",
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/gapi": "0.0.41",
"@types/jest": "^29.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash.mergewith": "^4.6.9",
"@types/module-alias": "^2.0.1",
"@types/morgan": "^1.9.4",
"@types/node": "^22.13.10",
"@types/supertest": "^6.0.3",
"alias-hq": "^6.1.0",
"jest-environment-node": "^29.7.0",
"socket.io-client": "^4.7.5",
"supertest": "^7.1.0",
"tsconfig-paths": "^4.1.2"
}
}