{ "name": "universal-game-modder", "version": "0.1.4", "mcpName": "io.github.doritoman90000/universal-game-modder", "description": "Universal Game Modding Machine - One MCP server to mod any game", "license": "MIT", "type": "module", "main": "dist/index.js", "bin": { "universal-game-modder": "dist/index.js" }, "files": [ "dist", "licenses", "ugm.config.json", "setup.ps1", "README.md", "CHANGELOG.md", "VERIFICATION.md", "LICENSE", "LICENSE-EULA.md", "ACCEPTABLE_USE.md", "llms-install.md", "server.json" ], "repository": { "type": "git", "url": "https://github.com/doritoman90000/universal-game-modder.git" }, "homepage": "https://github.com/doritoman90000/universal-game-modder#readme", "bugs": { "url": "https://github.com/doritoman90000/universal-game-modder/issues" }, "keywords": [ "mcp", "model-context-protocol", "game-modding", "reverse-engineering", "binary-analysis", "unity", "unreal", "godot" ], "scripts": { "build": "tsc", "build:ui": "cd src/web/public && npx vite build --outDir ../../../dist/web/public", "build:all": "npm run build && npm run build:ui", "dev": "tsx watch src/index.ts", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "better-sqlite3": "^11.8.0", "capstone-wasm": "^1.0.3", "express": "^4.21.0", "pngjs": "^7.0.0", "texture2ddecoder-wasm": "^1.2.2", "ws": "^8.18.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.11", "@types/express": "^4.17.21", "@types/node": "^22.10.0", "@types/pngjs": "^6.0.5", "@types/ws": "^8.5.13", "tsx": "^4.19.0", "typescript": "^5.7.0" } }