@nlux/highlighter
Version:
Syntax highlighter for nlux
69 lines • 1.38 kB
JSON
{
"name": "@nlux/highlighter",
"version": "2.17.1",
"description": "Syntax highlighter for nlux",
"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/extra/highlighter"
},
"dependencies": {
"@nlux/core": "2.17.1",
"highlight.js": "^11"
},
"peerDependencies": {},
"main": "index.js",
"types": "highlighter.d.ts",
"module": "esm/highlighter.js",
"browser": "umd/highlighter.js"
}