{
  "name": "intellinode",
  "version": "3.0.2",
  "description": "Unified AI toolkit: one API for OpenAI, Anthropic, Gemini, Mistral, Cohere, NVIDIA and OpenAI-compatible services, with a tool loop, structured output, generators for web developers and an MCP server.",
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "intellinode": "bin/intellinode.js"
  },
  "mcpName": "io.github.intelligentnode/intellinode",
  "browser": {
    "./mcp/server.js": false,
    "./function/CodingAgent.js": false,
    "./utils/WorkspaceToolkit.js": false
  },
  "keywords": [
    "ai",
    "ChatGPT",
    "stable diffusion",
    "openai",
    "huggingface",
    "Llama",
    "image generation",
    "speech synthesis",
    "prompt",
    "automation",
    "mistral",
    "gemini",
    "deepseek",
    "framework",
    "mcp",
    "anthropic",
    "claude",
    "ollama",
    "openrouter",
    "groq",
    "openai-compatible",
    "tool-calling",
    "structured-output",
    "model-context-protocol",
    "coding-agent",
    "agent"
  ],
  "author": "IntelliNode",
  "license": "Apache",
  "repository": {
    "type": "git",
    "url": "https://github.com/intelligentnode/IntelliNode.git"
  },
  "scripts": {
    "build": "node scripts/build-templates.js && browserify index.js --standalone IntelliNode -o front/intellinode.js && uglifyjs front/intellinode.js -o front/intellinode.min.js",
    "test": "node test/unit/testRunner"
  },
  "homepage": "https://www.intellinode.ai",
  "devDependencies": {
    "browserify": "^17.0.1",
    "uglify-js": "^3.19.3"
  },
  "dependencies": {
    "cross-fetch": "^4.1.0",
    "dotenv": "^17.4.2",
    "form-data": "^4.0.6"
  }
}
