-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 948 Bytes
/
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
{
"name": "roblox-rtc",
"version": "1.3.1",
"description": "A Roblox (near) real-time communication module between a Roblox game server and your own server.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/littleBitsman/roblox-rtc.git"
},
"keywords": [
"roblox",
"realtime",
"communication",
"backend",
"server"
],
"author": "littleBitsman",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/littleBitsman/roblox-rtc/issues"
},
"homepage": "https://github.com/littleBitsman/roblox-rtc#readme",
"dependencies": {
"axios": "^1.6.5",
"express": "^4.18.2",
"express-session": "^1.17.3"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/node": "^20.5.7",
"typescript": "^5.2.2"
}
}