@zerospacegg/anrubic
Version:
Anrubic - ZeroSpace.gg MCP Server for AI agents to access game data
33 lines • 728 B
JSON
{
"name": "@zerospacegg/anrubic-dev",
"version": "1.0.0",
"description": "Anrubic - ZeroSpace.gg MCP Server for AI agents (Development Version)",
"type": "module",
"main": "dist/index.js",
"bin": {
"dev-anrubic": "dist/index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"zerospace",
"game-data",
"ai-agent",
"rts",
"development"
],
"author": "Ruby <ruby@zerospace.gg>",
"license": "ISC",
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zerospacegg/zsgg.git",
"directory": "anrubic"
},
"bugs": {
"url": "https://github.com/zerospacegg/zsgg/issues"
},
"homepage": "https://zerospace.gg"
}