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) • 562 B
JSON
{
"name": "@nlux/hf-react",
"version": "{versions.nlux}",
"license": "MPL-2.0",
"description": "The Hugging Face adapters for nlux React, the React JS library for building conversational AI interfaces.",
"repository": {
"directory": "packages/react/hf"
},
"dependencies": {
"@nlux/hf": "{versions.nlux}"
},
"peerDependencies": {
"@nlux/react": "{versions.nlux}",
"react": "^{versions.peerDependencies.react}"
},
"main": "index.js",
"types": "hf-react.d.ts",
"module": "esm/hf-react.js",
"browser": "umd/hf-react.js"
}