nlweb-js-client
Version:
A streaming chat interface client library
55 lines (54 loc) • 1.25 kB
JSON
{
"name": "nlweb-js-client",
"version": "1.0.2",
"description": "A streaming chat interface client library",
"keywords": [
"NLWeb",
"chat",
"chat-interface",
"ai",
"streaming",
"real-time",
"chatbot",
"ui-components",
"javascript",
"web-components",
"responsive",
"ai-chat",
"nlp"
],
"homepage": "https://github.com/iunera/nlweb-js-client#readme",
"bugs": {
"url": "https://github.com/iunera/nlweb-js-client/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iunera/nlweb-js-client.git"
},
"license": "MIT",
"author": "contact@iunera.com",
"type": "module",
"main": "dist/nlweb-js-client.js",
"module": "dist/nlweb-js-client.esm.js",
"browser": "dist/nlweb-js-client.min.js",
"files": [
"dist",
"css"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"No tests specified\"",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.9.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-css-only": "^4.5.2"
}
}