{
  "name": "qixin-mcp-server",
  "version": "1.0.1",
  "description": "启信宝 MCP Server",
  "main": "dist/server.js",
  "types": "dist/server.d.ts",
  "bin": {
    "qixin-mcp-server": "./dist/server.js"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/server.ts",
    "dev:sse": "MCP_SSE=true tsx watch src/server.ts",
    "start": "node dist/server.js",
    "start:sse": "MCP_SSE=true node dist/server.js",
    "test": "jest",
    "test:sse": "node examples/sse-test.js",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts",
    "prepublishOnly": "npm run build && npm run lint",
    "prepare": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "qixin",
    "qixinbao",
    "enterprise",
    "business",
    "api",
    "china",
    "company-information",
    "business-information",
    "ai-assistant",
    "claude"
  ],
  "author": "DC <cdomain@foxmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/DCAIGC/qixin-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/DCAIGC/qixin-mcp-server/issues"
  },
  "homepage": "https://github.com/DCAIGC/qixin-mcp-server#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.3",
    "@typescript-eslint/eslint-plugin": "^8.34.1",
    "@typescript-eslint/parser": "^8.34.1",
    "eslint": "^9.29.0",
    "jest": "^30.0.0",
    "nodemon": "^3.1.10",
    "prettier": "^3.5.3",
    "ts-jest": "^29.4.0",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.3",
    "axios": "^1.10.0",
    "cors": "^2.8.5",
    "dotenv": "^16.5.0"
  }
}
