{
  "name": "tuniu-cli",
  "version": "1.0.8",
  "description": "Tuniu MCP CLI tool for calling enterprise MCP services",
  "type": "module",
  "bin": {
    "tuniu": "bin/tuniu.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "bin",
    "scripts",
    "config.example.json",
    "agent-manifest.json",
    "README.md",
    "SKILL.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "prepublishOnly": "npm run build",
    "prepack": "npm run build && npm run generate:skill-hash",
    "generate:skill-hash": "node scripts/generate-skill-sha.mjs",
    "check:skill-hash": "node scripts/check-skill-hash.mjs",
    "build": "tsup",
    "dev": "node --import tsx src/index.ts",
    "pre": "node bin/tuniu.js",
    "prd": "node bin/tuniu.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src/ tests/",
    "lint:fix": "eslint src/ tests/ --fix",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "mcp",
    "cli",
    "tuniu"
  ],
  "author": "Tuniu Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tuniucorp/tuniu-cli.git"
  },
  "homepage": "https://github.com/tuniucorp/tuniu-cli#readme",
  "bugs": {
    "url": "https://github.com/tuniucorp/tuniu-cli/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "overrides": {
    "brace-expansion": "^5.0.9",
    "esbuild": "^0.28.1",
    "postcss": "^8.5.26",
    "vite": "^7.3.5"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "cli-table3": "^0.6.5",
    "commander": "^13.1.0",
    "js-yaml": "^4.3.1",
    "unzipper": "^0.12.3",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25.5.0",
    "@types/unzipper": "^0.10.11",
    "eslint": "^9.39.4",
    "tsup": "^8.3.0",
    "tsx": "^4.22.4",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.2",
    "vitest": "^4.1.9"
  }
}
