forked from hytopiagg/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.5 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.5 KB
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
62
63
64
65
66
67
68
69
70
{
"name": "hytopia",
"version": "0.15.1",
"description": "The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.",
"type": "module",
"main": "./server.mjs",
"exports": {
".": {
"types": "./server.d.ts",
"default": "./server.mjs"
}
},
"bin": {
"hytopia": "bin/scripts.js",
"hyx": "bin/scripts.js"
},
"directories": {
"doc": "docs",
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hytopiagg/sdk.git"
},
"keywords": [
"hytopia",
"multiplayer",
"games",
"game",
"sdk",
"mmo",
"mmorpg",
"engine",
"ugc",
"platform",
"voxel",
"blocks",
"game-engine",
"game-maker",
"build-games",
"create-games",
"game-builder",
"game-server",
"multiplayer-game",
"minecraft",
"bukkit",
"spigot",
"roblox",
"recroom"
],
"author": "HYTOPIA, Inc.",
"license": "SEE LICENSE IN LICENSE.md",
"types": "./server.d.ts",
"bugs": {
"url": "https://github.com/hytopiagg/sdk/issues"
},
"homepage": "https://github.com/hytopiagg/sdk#readme",
"dependencies": {
"@fails-components/webtransport": "1.4.4",
"@fails-components/webtransport-transport-http3-quiche": "1.4.4",
"@gltf-transform/cli": "4.2.1",
"archiver": "7.0.1",
"bun": "1.3.0",
"nodemon": "3.1.10",
"ws": "8.18.2"
},
"scripts": {
"prepublishOnly": "node ./bin/writeVersion.js"
}
}