-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.41 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
{
"name": "prismchat-api-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./build/app/boot.js",
"build": "tsc",
"dev": "nodemon ./app/boot.ts",
"test": "jest"
},
"keywords": [],
"author": "PrismLabsDev",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/libsodium-wrappers": "^0.7.10",
"@types/mongoose": "^5.11.97",
"@types/node": "^20.2.3",
"@types/node-schedule": "^2.1.0",
"@types/supertest": "^2.0.12",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/web-push": "^3.3.2",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"address": "^1.2.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-ipfilter": "^1.3.1",
"express-rate-limit": "^6.7.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"libsodium-wrappers": "^0.7.11",
"mongoose": "^7.2.0",
"node-schedule": "^2.1.1",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"web-push": "^3.6.1"
}
}