UNPKG

eliza-shell

Version:

Run eliza program in cli on node.

36 lines (35 loc) 818 B
{ "name": "eliza-shell", "version": "1.2.0-beta.1", "description": "Run eliza program in cli on node.", "keywords": [ "eliza", "cli", "therapist", "chatbot" ], "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" }, "bin": { "eliza": "./bin/eliza.js" }, "bugs": { "url": "https://github.com/chigix/eliza-instrumentality/issues" }, "dependencies": { "commander": "^4.0.1", "eliza-core": "^1.2.0-beta.0", "eliza-jp": "^1.2.0-beta.1", "eliza-util": "^1.1.0-alpha.1", "import-local": "^3.0.2", "inquirer": "^7.0.0", "rxjs": "^6.5.3" }, "typings": "./index.d.ts" }