{
  "name": "@ai-universe/mcp-conversation-client",
  "version": "2.1.2",
  "description": "TypeScript client library and JSON schemas for AI Universe Conversation MCP Server with unified auto-creation API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./schemas": {
      "types": "./dist/schemas.d.ts",
      "import": "./dist/schemas.js",
      "default": "./dist/schemas.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "conversation",
    "client",
    "typescript",
    "json-schema",
    "schemas",
    "validation"
  ],
  "author": "AI Universe Team",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.0.0"
  },
  "dependencies": {},
  "files": [
    "dist",
    "src",
    "README.md"
  ]
}
