-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.88 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "starter",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"publish": "vite --host",
"start": "npm install && npm run publish && node /automate.js",
"//(Codespace)": "chmod +x ServerService/start.sh && ./ServerService/start.sh",
"//(Failure)": "&& chmod +x ServerService/NewStart.sh && ./ServerService/NewStart.sh",
"test": "jest"
},
"devDependencies": {
"express.js": "^1.0.0",
"https": "^1.0.0",
"jest": "^29.7.0",
"vite": "^6.0.9"
},
"dependencies": {
"animejs": "^3.2.2",
"aws-sdk": "^2.1692.0",
"bootstrap": "^5.3.3",
"chalk": "^5.4.1",
"colyseus": "^0.14.24",
"colyseus.js": "^0.15.26",
"express.js": "^1.0.0",
"json": "^11.0.0",
"node": "^22.13.0",
"puppeteer": "^24.1.0",
"typescript": "^5.7.3"
},
"main": "index.js || index.html",
"repository": {
"type": "git",
"url": "https://github.com/Croc-Prog-github/The-Bocchette-2.git"
},
"author": "Croc-Prog-github <119326147+Croc-Prog-github@users.noreply.github.com>",
"license": "MIT",
"description": "Web Videogame: multiplayer Battle Royal in 3rd person. To fight, use Energy to create attacks and defenses. Game modes like as: Creative or Story. Chat included to communicate with friends in real time. The link doesn't work, we're working on it. Download the game and follow the instructions.",
"bugs": {
"url": "https://github.com/Croc-Prog-github/The-Bocchette-2/issues"
},
"homepage": "https://github.com/Croc-Prog-github/The-Bocchette-2#readme",
"version": "1.0.0",
"directories": {
"doc": "docs"
},
"keywords": [
"The Bocchette 2",
"the bocchette 2",
"TB2",
"tb2",
"gioco online multiplayer",
"gioco online multiplayer node.js",
"gioco online",
"giochi online battaglia reale",
"FPS online"
]
}