UNPKG

@evitcastudio/kit

Version:

A single-player/multiplayer framework for the Vylocity Game Engine.

74 lines (73 loc) 1.93 kB
{ "name": "@evitcastudio/kit", "version": "3.0.1", "author": "doubleactii 56242467+doubleactii@users.noreply.github.com (https://evitcastudio.com)", "main": "./lib/index.js", "types": "./lib/index.d.ts", "module": "./lib/index.js", "type": "module", "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts" } }, "description": "A single-player/multiplayer framework for the Vylocity Game Engine.", "cli-description": "The ultimate toolkit for Vylocity game development.", "keywords": [ "framework", "multiplayer", "single-player", "toolkit", "kit", "vylocity" ], "repository": { "type": "git", "url": "git+https://github.com/EvitcaStudio/Kit.git" }, "bugs": { "url": "https://github.com/EvitcaStudio/Kit/issues" }, "homepage": "https://github.com/EvitcaStudio/Kit", "license": "MIT", "scripts": { "prepare": "bun run build-all", "prepublishOnly": "bun run build-types && bun run build", "test": "bun test", "lint": "bun eslint ./src", "pack": "bun pm pack --dry-run", "build-types": "bun tsc && shx cp ./src/types/vylo.d.ts ./lib/types/vylo.d.ts", "build": "bun bun-build.ts", "build-docs": "bun typedoc", "build-all": "bun run build-types && bun run build && bun run build-docs" }, "bin": { "kit": "lib/bundle/cli/cli.js" }, "devDependencies": { "@eslint/create-config": "1.4.0", "@eslint/js": "^9.17.0", "@types/bun": "latest", "@types/node": "^22.10.2", "bun": "^1.1.42", "eslint": "^9.17.0", "globals": "^15.14.0", "shx": "^0.3.4", "typedoc": "^0.27.5", "typescript": "^5.7.2", "typescript-eslint": "^8.19.0" }, "dependencies": { "@clack/prompts": "^1.1.0", "chalk": "^5.4.0", "commander": "^12.1.0", "uuid": "^11.0.3" }, "directories": { "test": "tests" }, "files": [ "/lib" ] }