UNPKG

init-eliza

Version:
46 lines 1.15 kB
{ "name": "init-eliza", "version": "0.2.3", "description": "Create Eliza apps with ease", "keywords": [ "ai", "cli", "agent", "eliza", "twitter-bot", "chatbot", "ai-agents", "bot-framework", "automation", "node-cli", "artificial-intelligence", "bot-management" ], "main": "index.js", "type": "module", "bin": "index.js", "scripts": { "start": "node index.js" }, "author": "w3bbie", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/W3bbieLabs/init-eliza.git" }, "bugs": { "url": "https://github.com/W3bbieLabs/init-eliza/issues" }, "homepage": "https://github.com/W3bbieLabs/init-eliza#readme", "dependencies": { "@anthropic-ai/sdk": "^0.33.1", "better-sqlite3": "11.6.0", "chalk": "^5.0.1", "chalk-animation": "^2.0.2", "figlet": "^1.5.2", "gradient-string": "^2.0.1", "inquirer": "^9.0.0", "nanospinner": "^1.1.0", "openai": "^4.77.0" } }