{ "name": "unity-mcp-cli", "version": "0.79.0", "description": "Cross-platform CLI tool for AI Game Developer (Skills & MCP). Full AI develop and test loop. Efficient token usage, advanced tools. Creates Unity project, installs plugins, configures tools, and manages HTTP connection with Unity Editor and a game made with Unity. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.", "type": "module", "main": "dist/lib.js", "types": "dist/lib.d.ts", "exports": { ".": { "types": "./dist/lib.d.ts", "import": "./dist/lib.js" }, "./cli": { "types": "./dist/cli.d.ts", "import": "./dist/cli.js" } }, "bin": { "unity-mcp-cli": "bin/unity-mcp-cli.js" }, "files": [ "dist", "bin", "README.md", "CHANGELOG.md", "docs" ], "scripts": { "build": "tsc", "pretest": "npm run build", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build", "prepack": "npm run build" }, "keywords": [ "cli", "unity", "unity ai", "unity skills", "unity mcp", "ai skills", "ai mcp", "ai", "mcp", "model-context-protocol", "gamedev", "game-dev" ], "author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/IvanMurzak/Unity-MCP.git", "directory": "cli" }, "engines": { "node": "^20.19.0 || >=22.12.0" }, "dependencies": { "chalk": "^5.6.2", "commander": "^13.1.0", "yocto-spinner": "^1.1.0" }, "devDependencies": { "@types/node": "^22.15.0", "typescript": "^5.8.0", "vitest": "^3.1.0" } }