package.json•1.41 kB
{
"name": "stealth-anticheatx-mcp-server",
"version": "3.0.0",
"description": "MCP Server Avanzado para Stealth-AntiCheatX - Análisis en Tiempo Real de Cheating",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts"
},
"keywords": [
"mcp",
"model-context-protocol",
"anti-cheat",
"cheating-analysis",
"discord-bot",
"minimax",
"gpt4",
"stealth-anticheatx"
],
"author": "xpe.nettt",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xpe-hub/stealth-anticheatx-mcp-server"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"discord.js": "^14.15.3",
"openai": "^4.67.3",
"minimax-mcp-js": "^1.0.0",
"sqlite3": "^5.1.7",
"axios": "^1.7.2",
"typescript": "^5.6.2",
"tsx": "^4.19.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"cheerio": "^1.0.0-rc.12",
"code-analyzer": "^1.0.0",
"anti-cheat-detector": "^3.0.0",
"git-repo-manager": "^2.0.0",
"natural": "^6.10.4",
"ml5": "^0.12.2"
},
"devDependencies": {
"@types/node": "^22.5.4",
"eslint": "^9.8.0",
"jest": "^29.7.0",
"prettier": "^3.3.3"
},
"engines": {
"node": ">=18.0.0"
}
}