{
  "name": "@nlux/core",
  "version": "2.17.1",
  "description": "nlux is JavaScript and React library for building conversational AI interfaces, with support for OpenAI, Hugging Face, and more.",
  "keywords": [
    "nlux",
    "nlux",
    "js",
    "llm",
    "large-language-model",
    "ai-chatbot",
    "ai-chat",
    "ai-assistant",
    "ai-copilot",
    "copilot",
    "chat-gpt",
    "openai",
    "hugging face",
    "gpt",
    "gpt3",
    "gpt4",
    "typescript",
    "javascript",
    "react",
    "generative-ai",
    "conversational",
    "conversational-ui",
    "conversational-interface",
    "interface",
    "chatbot",
    "chat",
    "assistant",
    "ai",
    "artificial-intelligence",
    "artificial",
    "intelligence",
    "natural",
    "language",
    "langchain",
    "langserve",
    "processing",
    "nlp",
    "nlu",
    "nlg",
    "natural",
    "language",
    "natural-language",
    "understanding"
  ],
  "author": "Salmen Hichri",
  "license": "MPL-2.0",
  "private": false,
  "homepage": "https://docs.nlkit.com/nlux",
  "bugs": "https://github.com/nlkitai/nlux/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/nlkitai/nlux.git",
    "directory": "packages/js/core"
  },
  "dependencies": {},
  "peerDependencies": {},
  "main": "index.js",
  "types": "nlux-core.d.ts",
  "module": "esm/nlux-core.js",
  "browser": "umd/nlux-core.js"
}