eliza-core
Version:
A rendition of ELIZA program engine by Weizenbaum sharable for all javascript environments
32 lines (31 loc) • 768 B
JSON
{
"name": "eliza-core",
"version": "1.2.0-beta.0",
"description": "A rendition of ELIZA program engine by Weizenbaum sharable for all javascript environments",
"keywords": [
"nlp",
"ai",
"chatbot",
"eliza",
"weizenbaum",
"psychotherapist"
],
"author": "Richard Lea <chigix@zoho.com>",
"homepage": "https://eliza.js.org",
"license": "MIT",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chigix/eliza-instrumentality.git"
},
"bugs": {
"url": "https://github.com/chigix/eliza-instrumentality/issues"
},
"dependencies": {
"lodash": "^4.17.15",
"rxjs": "^6.5.3"
},
"typings": "./index.d.ts",
"module": "./_esm5/index.js",
"es2015": "./_esm2015/index.js"
}