generated from cepdnaclk/eYY-3yp-project-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.49 KB
/
package.json
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
{
"name": "back-end",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": "true",
"scripts": {
"start": "node build/app.js",
"test": "jest --verbose",
"dev": "nodemon src/app.ts",
"socket": "nodemon src/video-chat/p2pvideo.ts",
"build": "tsc -p ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/body-parser": "^1.19.1",
"@types/config": "0.0.39",
"@types/peerjs": "^1.1.0",
"bcrypt": "^5.0.1",
"cores": "^0.8.5",
"cors": "^2.8.5",
"dayjs": "^1.10.6",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.13.5",
"mqtt": "^4.3.7",
"nanoid": "^3.1.23",
"peer": "^0.6.1",
"peerjs": "^1.3.2",
"pino": "^6.13.0",
"pino-pretty": "^5.1.3",
"socket.io": "^4.1.3",
"typescript": "^4.3.5",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.1",
"@types/jsonwebtoken": "^8.5.4",
"@types/lodash": "^4.14.172",
"@types/mongoose": "^5.11.97",
"@types/nanoid": "^3.0.0",
"@types/node": "^16.4.13",
"@types/pino": "^6.3.11",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.1",
"@types/yup": "^0.29.13",
"jest": "^27.0.6",
"nodemon": "^2.0.12",
"supertest": "^6.1.6",
"ts-jest": "^27.0.5",
"ts-node": "^10.9.1"
}
}