{
  "name": "@pexcard_engineering/mcp",
  "version": "1.0.3",
  "description": "MCP server for PEX API - access business accounts, cards, transactions, and more",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "pex-mcp-server": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "pex",
    "pex-card",
    "expense-management",
    "corporate-cards",
    "api",
    "claude",
    "anthropic"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "author": "PEX Card",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pexcard/mcp"
  },
  "homepage": "https://github.com/pexcard/mcp",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  }
}
