{ "name": "interswitch-mcp-server", "version": "0.1.3", "mcpName": "io.github.Dairus01/interswitch-mcp-server", "description": "Model Context Protocol server for Interswitch APIs", "homepage": "https://github.com/Dairus01/Interswitch-mcp-server#readme", "repository": { "type": "git", "url": "git+https://github.com/Dairus01/Interswitch-mcp-server.git" }, "bugs": { "url": "https://github.com/Dairus01/Interswitch-mcp-server/issues" }, "type": "module", "main": "dist/index.js", "bin": { "interswitch-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", ".env.example" ], "scripts": { "build": "npm run clean && tsc -p tsconfig.build.json", "start": "node dist/index.js", "dev": "node --loader ts-node/esm src/index.ts", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "test": "tsc -p tsconfig.test.json && mocha \"dist-test/test/unit/**/*.test.js\"", "test:unit": "npm test", "lint": "tsc --noEmit", "clean": "rm -rf dist dist-test", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "mcp", "model-context-protocol", "interswitch", "payments" ], "author": "", "license": "MIT", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.7.0", "dotenv": "^16.4.0", "node-forge": "^1.3.1", "zod": "^3.23.0" }, "devDependencies": { "@types/mocha": "^10.0.0", "@types/node": "^20.0.0", "@types/node-forge": "^1.3.0", "mocha": "^10.4.0", "nock": "^13.5.0", "ts-node": "^10.9.2", "typescript": "^5.4.0" } }