{
  "name": "@worldpay/worldpay-mcp",
  "version": "1.0.3",
  "description": "Worldpay MCP Server",
  "main": "server-http.js",
  "type": "module",
  "files": [
    "dist/**/*"
  ],
  "bin": "dist/server-stdio.js",
  "scripts": {
    "build": "tsc --build && tsc-alias",
    "start": "node dist/server-http.js",
    "dev": "npm run build && npm run start",
    "test": "jest"
  },
  "author": "Worldpay",
  "keywords": [
    "worldpay",
    "mcp",
    "payments",
    "paybylink",
    "hostedpaymentpages",
    "tokens"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "dotenv": "^16.4.7",
    "express": "^5.2.1",
    "node-fetch": "^3.3.2",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@fetch-mock/jest": "^0.2.20",
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.19.1",
    "cors": "^2.8.5",
    "jest": "^29.7.0",
    "nodemon": "^3.1.11",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.8.16",
    "tsconfig-paths": "^4.2.0",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3"
  }
}
