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.
16 lines (15 loc) • 455 B
JSON
{
"name": "@nlux/core",
"version": "{versions.nlux}",
"license": "MPL-2.0",
"description": "nlux is JavaScript and React library for building conversational AI interfaces, with support for OpenAI, Hugging Face, and more.",
"repository": {
"directory": "packages/js/core"
},
"dependencies": {},
"peerDependencies": {},
"main": "index.js",
"types": "nlux-core.d.ts",
"module": "esm/nlux-core.js",
"browser": "umd/nlux-core.js"
}