forked from abhay7dev/Obby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 800 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 800 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
30
31
32
33
34
35
36
37
{
"name": "Obby",
"type": "module",
"version": "1.0.0",
"description": "An Obby game",
"main": "index.js",
"scripts": {
"start": "node src",
"dev": "node --abort-on-uncaught-exception --throw-deprecation --trace-warnings --unhandled-rejections=strict src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EpicGamer007/Obby.git"
},
"keywords": [
"abhay",
"daksh",
"game",
"fun",
"obby",
"roblox",
"jump"
],
"author": "Abhay and Daksh",
"license": "AGPL-3.0-or-later",
"dependencies": {
"ejs": "^3.1.7",
"express": "^4.18.2",
"express-rate-limit": "^5.2.6",
"helmet": "^4.4.1",
"node-fetch": "^3.2.10"
},
"bugs": {
"url": "https://github.com/EpicGamer007/Obby/issues"
},
"homepage": "https://github.com/EpicGamer007/Obby#README.md"
}