UNPKG

cerebella

Version:
41 lines 949 B
{ "name": "cerebella", "version": "0.1.11", "description": "this is how coding should feel", "type": "module", "main": "cli.js", "bin": { "cerebella": "./cli.js" }, "scripts": { "start": "node cli.js", "prepublishOnly": "echo 'Ready to publish!'" }, "keywords": ["vibe", "coding", "development", "cli", "llm", "agent", "working memory", "active memory"], "author": "Max Cembalest <macembalest@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mcembalest/cerebella.git" }, "bugs": { "url": "https://github.com/mcembalest/cerebella/issues" }, "homepage": "https://github.com/mcembalest/cerebella#readme", "dependencies": { "chalk": "^5.3.0", "ora": "^7.0.1", "open": "^10.0.0" }, "engines": { "node": ">=16.0.0" }, "files": [ "cli.js", "*.py", "dashboard/", "assets/", "README.md", "pyproject.toml" ] }