{
"name": "@omnidotdev/cli",
"version": "0.3.0",
"private": true,
"description": "Agentic CLI for the Omni ecosystem",
"type": "module",
"packageManager": "bun@1.3.7",
"repository": {
"type": "git",
"url": "https://github.com/omnidotdev/cli.git"
},
"license": "MIT",
"author": "Omni <team@omni.dev>",
"scripts": {
"version": "changeset version && bun scripts/syncVersion.ts"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@types/bun": "^1.3.7"
},
"keywords": [
"cli",
"ai",
"agent",
"tui"
]
}