{
  "name": "@mcpcn/12306-ticket-search-mcp",
  "version": "1.0.30",
  "description": "12306火车票查询 MCP 工具集",
  "type": "commonjs",
  "main": "dist/index.js",
  "bin": {
    "12306-ticket-search-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "bundle": "esbuild src/index.ts --bundle --platform=node --format=cjs --target=node18 --outfile=dist/index.js --external:fs --external:path --external:os",
    "build:all": "npm run build && npm run bundle",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "mcp",
    "12306",
    "ticket-search",
    "train"
  ],
  "author": "joooook",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "axios": "^1.6.0",
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "esbuild": "^0.25.10",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
