-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 768 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": "hypervox",
"version": "0.0.1",
"description": "A multiplayer action sandbox parkour game",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CaperCube/HyperVox"
},
"keywords": [
"game",
"multiplayer",
"3d",
"sandbox",
"creative"
],
"author": "CaperCube",
"license": "ISC",
"dependencies": {
"@babylonjs/core": "^5.35.0",
"@babylonjs/loaders": "^5.35.0",
"babylonjs": "^5.13.3",
"babylonjs-serializers": "^5.13.3",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"perlin-noise-3d": "^0.5.4",
"socket.io": "^4.4.1"
}
}