-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 863 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
{
"name": "shrek-platformer-kaboom",
"dependencies": {
"@replit/database": "^2.0.1",
"chokidar": "^3.5.2",
"esbuild": "^0.12.19",
"express": "^4.17.1",
"kaboom": "^2000.2.6",
"stacktrace-js": "^2.0.2",
"ws": "^8.2.0"
},
"version": "1.0.0",
"main": "run.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeWhiteWeb/Shrek-Platformer-Game-kaboom.git"
},
"author": "CodeWhiteWeb",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeWhiteWeb/Shrek-Platformer-Game-kaboom/issues"
},
"homepage": "https://github.com/CodeWhiteWeb/Shrek-Platformer-Game-kaboom#readme",
"description": "A simple platformer game created with the help of Kaboom.js"
}