{
  "name": "@chinchillaenterprises/mcp-ai-assistant",
  "version": "2.1.0",
  "description": "Enhanced JARVIS MCP with integrated services (Gmail, Slack), intelligent summarization, and human-like delivery",
  "main": "dist/index.js",
  "bin": {
    "mcp-ai-assistant": "dist/index.js"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "test": "node --test dist/test/*.js",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "mcp",
    "jarvis",
    "ai-assistant",
    "elevenlabs",
    "text-to-speech",
    "tts",
    "voice-control",
    "chunked-speech",
    "pause-resume",
    "human-like",
    "ai-voice"
  ],
  "author": "Chinchilla Enterprises",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ChinchillaEnterprises/mcp-ai-assistant.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.3",
    "axios": "^1.7.0",
    "cors": "^2.8.5",
    "express": "^5.1.0",
    "form-data": "^4.0.0",
    "uuid": "^9.0.1",
    "zod": "^3.22.0",
    "zod-to-json-schema": "^3.24.6"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/node": "^24.0.0",
    "@types/uuid": "^9.0.7",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "eslint": "^8.56.0",
    "tsx": "^4.7.0",
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./dist/index.d.ts"
}
