{
  "name": "mcp-sncf",
  "version": "1.0.2",
  "description": "MCP Server for SNCF train search and information",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "pnpm tsx index.ts",
    "build": "tsc  && shx chmod +x dist/*.js"
  },
  "bin": {
    "mcp-sncf": "dist/index.js"
  },
  "keywords": [
    "mcp",
    "sncf",
    "api",
    "train"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.11.4",
    "axios": "^1.9.0",
    "dotenv": "^16.5.0",
    "express": "^5.1.0",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "zod": "^3.25.4"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "author": "",
  "license": "ISC",
  "packageManager": "pnpm@10.7.0",
  "devDependencies": {
    "@types/node": "^22.15.19"
  }
}