PayPal MCP Server

by arbuthnot-eth
Verified
{ "name": "paypal-mcp-server", "version": "0.1.0", "description": "A Model Context Protocol (MCP) server for PayPal API integration", "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "tsc-watch --onSuccess \"node build/index.js\"", "lint": "eslint src/**/*.ts", "test": "jest", "format": "prettier --write \"src/**/*.ts\"" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "axios": "^1.6.2", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@types/jest": "^29.5.5", "@types/node": "^20.8.2", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "eslint": "^8.50.0", "jest": "^29.7.0", "prettier": "^3.0.3", "ts-jest": "^29.1.1", "tsc-watch": "^6.0.4", "typescript": "^5.2.2" }, "engines": { "node": ">=16.0.0" }, "author": "Brandon Arbuthnot", "license": "MIT" }