-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.17 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
{
"name": "usersnotifications",
"version": "1.0.0",
"private": true,
"description": "demo project with real-time functionalities using Azure Web PubSub",
"scripts": {
"build": "tsoa spec-and-routes && tsc",
"start": "node ./dist/src/app.js",
"coverage": "tsoa spec-and-routes && jest --coverage -i"
},
"author": "pjp13579",
"license": "ISC",
"dependencies": {
"@azure/web-pubsub": "^1.1.1",
"@azure/web-pubsub-client": "^1.0.0-beta.3",
"@types/expect": "^24.3.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/mockingoose": "^2.13.0",
"@types/mongoose": "^5.11.97",
"@types/morgan": "^1.9.4",
"@types/node": "^20.3.2",
"@types/sinon": "^10.0.15",
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"bson": "^5.3.0",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"jest": "^29.5.0",
"mongoose": "^7.3.1",
"morgan": "^1.10.0",
"swagger-ui-express": "^4.6.3",
"ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"tsoa": "^5.1.1",
"typescript": "^5.1.6"
}
}