{
  "name": "tyc-cli",
  "version": "0.3.8",
  "description": "天眼查 AI CLI — 162 个业务语义聚合工具 · 默认 Shared Core 调用 · 兼容 MCP transport",
  "main": "dist/index.js",
  "bin": {
    "tyc": "dist/index.js"
  },
  "scripts": {
    "build": "tsc && cp src/catalog.json dist/catalog.json",
    "dev": "tsx src/index.ts",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "tianyancha",
    "tyc",
    "openapi",
    "cli",
    "ai-agent",
    "mcp",
    "mcp-client",
    "enterprise-data",
    "due-diligence",
    "kyb"
  ],
  "author": "tyc-cli contributors",
  "license": "MIT",
  "type": "module",
  "homepage": "https://github.com/tyc-tech/tyc-cli#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tyc-tech/tyc-cli.git"
  },
  "bugs": {
    "url": "https://github.com/tyc-tech/tyc-cli/issues"
  },
  "files": [
    "dist/",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "commander": "^13.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint": "^9.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.7.0",
    "vitest": "^2.0.0"
  }
}
