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.
20 lines (19 loc) • 515 B
JSON
{
"name": "@nlux/hf",
"version": "{versions.nlux}",
"license": "MPL-2.0",
"description": "The Hugging Face adapters for nlux, the javascript library for building conversational AI interfaces.",
"repository": {
"directory": "packages/js/hf"
},
"dependencies": {
"@nlux/core": "{versions.nlux}",
"@huggingface/inference": "^{versions.dependencies.hfInference}"
},
"peerDependencies": {
},
"main": "index.js",
"types": "hf.d.ts",
"module": "esm/hf.js",
"browser": "umd/hf.js"
}