hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
55 lines (54 loc) • 1.13 kB
JSON
{
"name": "hytopia",
"version": "0.3.28",
"description": "The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.",
"main": "server.js",
"bin": {
"hytopia": "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": {
"archiver": "^7.0.1",
"@gltf-transform/cli": "4.1.1"
}
}