{
  "name": "intellinode",
  "version": "2.3.0",
  "description": "Create AI agents using the latest models, including ChatGPT, Llama, Diffusion, Cohere, Gemini, and Hugging Face.",
  "main": "index.js",
  "keywords": [
    "ai",
    "ChatGPT",
    "stable diffusion",
    "openai",
    "huggingface",
    "Llama",
    "image generation",
    "speech synthesis",
    "prompt",
    "automation",
    "mistral",
    "gemini",
    "deepseek",
    "framework",
    "mcp"
  ],
  "author": "IntelliNode",
  "license": "Apache",
  "repository": {
    "type": "git",
    "url": "https://github.com/intelligentnode/IntelliNode.git"
  },
  "scripts": {
    "build": "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://docs.intellinode.ai",
  "devDependencies": {
    "browserify": "^17.0.0",
    "uglify-js": "^3.17.0"
  },
  "dependencies": {
    "cross-fetch": "^4.1.0",
    "dotenv": "^16.4.7",
    "form-data": "^4.0.1"
  }
}
