summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:50:29 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:50:29 +0200
commitdb14548bd4a5281f9a6e103cdc3ae1848c625ab4 (patch)
tree6f947eb6277c61c16c3488fcffa4e256bf4ed65c /package.json
parentMerge branch 'webrtc' (diff)
downloadserver-db14548bd4a5281f9a6e103cdc3ae1848c625ab4.tar.xz
:sparkles: webrtc
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 48a6d133..00000000
--- a/package.json
+++ /dev/null
@@ -1,25 +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": "tsc -b .",
-		"start": "npm run build && node dist/start.js"
-	},
-	"keywords": [],
-	"author": "",
-	"license": "ISC",
-	"devDependencies": {
-		"@types/node": "^15.6.1",
-		"@types/ws": "^7.4.4",
-		"typescript": "^4.3.2"
-	},
-	"dependencies": {
-		"@fosscord/server-util": "^1.3.15",
-		"mediasoup": "^3.7.16",
-		"node-turn": "^0.0.6",
-		"ws": "^7.4.6"
-	}
-}