-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 875 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
39
40
{
"dependencies": {
"express": "^4.18.1",
"snekfetch": "^4.0.4",
"socket.io": "^4.5.1",
"ws": "^8.7.0"
},
"name": "rorat",
"description": "A remote management web interface for Synapse X.",
"version": "1.0.0",
"main": "server/index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd server && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmccall0813/RoRat.git"
},
"keywords": [
"synapse-x",
"roblox-lua",
"roblox",
"exploit",
"socket.io",
"rat",
"websocket",
"lua",
"html",
"css",
"javascript"
],
"author": "mmccall0813",
"license": "ISC",
"bugs": {
"url": "https://github.com/mmccall0813/RoRat/issues"
},
"homepage": "https://github.com/mmccall0813/RoRat#readme"
}