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.
19 lines (18 loc) • 536 B
JSON
{
"name": "@nlux/bedrock",
"version": "{versions.nlux}",
"license": "MPL-2.0",
"description": "The Bedrock adapters for nlux, the javascript library for building conversational AI interfaces.",
"repository": {
"directory": "packages/js/bedrock"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "{versions.dependencies.bedrock}",
"@nlux/core": "{versions.nlux}"
},
"peerDependencies": {},
"main": "index.js",
"types": "bedrock.d.ts",
"module": "esm/bedrock.js",
"browser": "umd/bedrock.js"
}