UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

89 lines (88 loc) 2.12 kB
{ "name": "remix-nlux", "version": "2.17.5", "description": "Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.", "author": "Remix IDE Project & Salmen Hichri", "license": "SEE LICENSE IN ROOT LICENSE FILE", "homepage": "https://docs.nlkit.com/nlux", "private": false, "workspaces": [ "dist/dev/*", "packages/*", "packages/**/*", "samples/*", "*" ], "scripts": { "cleanup": "node pipeline/scripts/cleanup.mjs", "set": "node pipeline/scripts/set.mjs", "reset": "yarn run cleanup && yarn run set", "build": "node pipeline/scripts/build.mjs", "build-docs": "cd docs && yarn run build", "watch": "node pipeline/scripts/watch.mjs", "test": "node pipeline/scripts/test.mjs", "lint": "yarn run eslint . --no-inline-config" }, "peerDependencies": {}, "devDependencies": { "@eslint/js": "^9", "eslint": "^9", "jsdom": "^24", "symlink-dir": "^6", "typescript": "^5", "typescript-eslint": "^7", "vite": "^5" }, "bugs": "https://github.com/joeizang/nlux/issues", "repository": { "type": "git", "url": "git+ssh://git@github.com/joeizang/nlux.git" }, "keywords": [ "remix-project", "remix-project ai", "nlux", "js", "llm", "large-language-model", "convo", "ai-chatbot", "ai-chat", "AiChat", "chatgpt", "openai", "gpt", "gpt4", "gpt4-turbo", "gpt-4o", "hugging face", "huggingface", "transformers", "typescript", "javascript", "react", "generative-ai", "conversational", "conversational-ui", "conversational-interface", "interface", "chatbot", "chat", "assistant", "ai", "artificial-intelligence", "artificial", "intelligence", "natural", "language", "processing", "nlp", "nlu", "nlg", "natural", "language", "natural-language", "understanding" ], "packageManager": "yarn@1.22.19" }