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.

21 lines (20 loc) 601 B
{ "name": "@nlux/langchain-react", "version": "{versions.nlux}", "license": "MPL-2.0", "description": "The LangServe adapters for nlux React, the React JS library for building conversational AI interfaces.", "repository": { "directory": "packages/react/langchain" }, "dependencies": { "@nlux/langchain": "{versions.nlux}" }, "peerDependencies": { "@nlux/react": "{versions.nlux}", "react": "^{versions.peerDependencies.react}" }, "main": "index.js", "types": "langchain-react.d.ts", "module": "esm/langchain-react.js", "browser": "umd/langchain-react.js" }