-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 709 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 709 Bytes
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
{
"name": "lunarrec",
"version": "0.1.0",
"description": "A server for old Rec Room builds that multiple people can connect to",
"main": "index.js",
"scripts": {
"start": "node .",
"reset-data": "node . reset",
"admin": "node . admin",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"recroom"
],
"author": "stuartt-mcoded",
"license": "AGPL-3.0",
"dependencies": {
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"discord.js": "^14.9.0",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"jsonwebtoken": "^9.0.1",
"morgan": "^1.10.0",
"sequelize": "^6.28.0",
"sqlite3": "^5.1.4",
"ws": "^8.12.1"
}
}