diff --git a/package.json b/package.json index 9ca8f16af8ff8c2ffd44db1001db14e490a793d1..8ef0706300b170c06eb227d695f4e09b516f38c4 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,17 @@ { "name": "rumilo", "version": "0.1.0", - "private": true, + "description": "CLI that dispatches AI research subagents for web and git repository exploration", + "author": "", + "license": "MIT", "type": "module", "bin": { "rumilo": "./dist/index.js" }, + "files": [ + "dist/", + "README.md" + ], "scripts": { "dev": "bun src/cli/index.ts", "build": "bun build src/cli/index.ts --outdir dist --target=node",