forked from wistingcn/WiLearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "WiMeeting",
"version": "1.0.0",
"scripts": {
"start": "ts-node server.ts --cert ./certs/rtc.liweix.com.pem --key ./certs/rtc.liweix.com.key",
"build": "tsc; cp -a start.sh package.json log4js.json certs dist/",
"pack": "webpack"
},
"private": true,
"description": "WiMeeting is a dedicated cloud for telecommuting and video conferencing, born for privacy and security.",
"author": "liwei<bjliwei@qq.com>",
"license": "AGPL",
"main": "server.ts",
"dependencies": {
"base-64": "^0.1.0",
"body-parser": "^1.19.0",
"color": "^3.1.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"got": "^10.5.5",
"helmet": "^3.21.2",
"log4js": "^6.3.0",
"mediasoup": "^3.0.12",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"socket.io": "^2.3.0",
"sqlite3": "^4.1.1",
"ts-node": "^8.8.1",
"typeorm": "^0.2.22",
"yargs": "^15.1.0"
},
"devDependencies": {
"@types/express": "^4.17.2",
"@types/yargs": "^15.0.3",
"@types/node": "^13.1.2",
"@types/socket.io": "^2.1.4",
"@types/got": "^9.6.9",
"ts-loader": "^6.2.1",
"typescript": "^3.6.4",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
}
}