summary refs log tree commit diff
path: root/webrtc/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/package.json')
-rw-r--r--webrtc/package.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/webrtc/package.json b/webrtc/package.json
deleted file mode 100644
index d973dd7e..00000000
--- a/webrtc/package.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-	"name": "rtc",
-	"version": "1.0.0",
-	"description": "A javascript fosscord webrtc server for voice and video communication",
-	"main": "index.js",
-	"scripts": {
-		"test": "npm run build && node dist/test.js",
-		"build": "npx tsc -p .",
-		"start": "npm run build && node dist/start.js"
-	},
-	"keywords": [],
-	"author": "Fosscord",
-	"license": "AGPL-3.0-only",
-	"devDependencies": {
-		"@types/node": "^15.6.1",
-		"@types/ws": "^7.4.4",
-		"typescript": "^4.3.2"
-	},
-	"dependencies": {
-		"mediasoup": "^3.7.16",
-		"node-turn": "^0.0.6",
-		"ws": "^7.4.6"
-	}
-}