UNPKG

@aimaginationlab/marvel-rivals-mcp

Version:
73 lines (72 loc) 1.79 kB
{ "name": "@aimaginationlab/marvel-rivals-mcp", "version": "0.0.6", "description": "Model Context Protocol server for Marvel Rivals API", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "mcp-marvel-rivals": "bin/cli.js" }, "scripts": { "dev": "tsx watch bin/cli.ts", "build": "tsup", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "typecheck": "tsc --noEmit", "test": "vitest", "test:coverage": "vitest run --coverage", "prepublishOnly": "pnpm run build" }, "keywords": [ "mcp", "marvel-rivals", "api", "gaming" ], "author": "vin.giarrusso@gmail.com", "license": "MIT", "packageManager": "pnpm@10.11.0", "engines": { "node": ">=20.0.0" }, "files": [ "dist", "bin" ], "devDependencies": { "@eslint/js": "^9.29.0", "@types/node": "^24.0.1", "@types/supertest": "^6.0.3", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "@vitest/coverage-v8": "^3.2.3", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "msw": "^2.10.2", "prettier": "^3.5.3", "supertest": "^7.1.1", "tsup": "^8.5.0", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0", "vitest": "^3.2.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "p-queue": "^8.1.0", "pino": "^9.7.0", "pino-pretty": "^13.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/AImaginationLab/marvel-rivals-mcp.git" } }