@evitcastudio/kit
Version:
A single-player/multiplayer framework for the Vylocity Game Engine.
65 lines (64 loc) • 1.77 kB
JSON
{
"name": "@evitcastudio/kit",
"version": "2.1.2",
"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",
"description": "A single-player/multiplayer framework for the Vylocity Game Engine.",
"cli-description": "CLI for handling building resources and running | testing | publishing games.",
"keywords": [
"framework",
"multiplayer",
"single-player",
"toolkit",
"kit"
],
"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": {
"prepublishOnly": "bun run build-types && bun run build",
"test": "bun test ./tests",
"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": {
"chalk": "^5.4.0",
"commander": "^12.1.0",
"uuid": "^11.0.3"
},
"directories": {
"test": "tests"
},
"files": [
"/lib"
]
}