-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 1.89 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
62
63
64
65
66
67
{
"name": "RTCEngine-server",
"version": "0.0.1",
"description": "RTCEngine server",
"main": "index.js",
"scripts": {
"tsc": "./node_modules/typescript/bin/tsc",
"build": "./node_modules/typescript/bin/tsc",
"start": "./node_modules/typescript/bin/tsc --watch | nodemon --inspect --delay 2.5 ./dist/server.js --watch dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RTCEngine/RTCEngine-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "https://github.com/RTCEngine/RTCEngine-server",
"dependencies": {
"@types/body-parser": "^1.16.8",
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.3",
"@types/debug": "^0.0.31",
"@types/dotenv": "^4.0.2",
"@types/errorhandler": "^0.0.32",
"@types/express": "^4.11.1",
"@types/ioredis": "^4.0.4",
"@types/jwt-simple": "^0.5.33",
"@types/method-override": "^0.0.31",
"@types/node": "^10.12.12",
"@types/node-fetch": "^2.1.4",
"@types/socket.io": "^1.4.40",
"@types/uuid": "^3.4.4",
"@types/winston": "^2.4.4",
"body-parser": "^1.18.2",
"commander": "^2.19.0",
"cors": "^2.8.5",
"debug": "^4.1.0",
"dotenv": "^6.2.0",
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"http-proxy": "^1.17.0",
"ioredis": "^4.2.0",
"ip": "^1.1.5",
"jwt-simple": "^0.5.5",
"medooze-media-server": "^0.76.0",
"method": "^2.0.0",
"method-override": "^3.0.0",
"node-fetch": "^2.3.0",
"nodemon": "^1.18.7",
"pg": "^7.11.0",
"randomstring": "^1.1.5",
"semantic-sdp": "^3.16.0",
"socket.io": "^2.2.0",
"socketio-transaction": "^1.0.2",
"ts-node": "^7.0.1",
"typeorm": "^0.2.17",
"typescript": "^3.2.2",
"uuid": "^3.2.1",
"winston": "^3.2.1",
"yargs": "^13.2.4"
},
"appid": "80492",
"secret": "ea0e7d1805585809ab944a34218304217b1404bb"
}