-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "telefrog-webrtc",
"version": "1.0.0",
"description": "",
"main": "./out/Server.js",
"scripts": {
"debug": "nodemon src/Server.ts",
"start": "node out/Server.js",
"build": "npx tsc",
"peer": "npx peerjs --port 3001",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimits-exe/Telefrog-WebRTC.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dimits-exe/Telefrog-WebRTC/issues"
},
"homepage": "https://github.com/dimits-exe/Telefrog-WebRTC#readme",
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.15",
"@types/jest": "^29.2.5",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.18",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"moment": "^2.29.4",
"mongodb": "^4.13.0",
"multer": "^1.4.5-lts.1",
"peer": "^0.6.1",
"socket.io": "^4.5.4"
}
}