{
"name": "@omnidotdev/eden-cli",
"version": "0.2.0",
"private": true,
"description": "Developer environment preflight checks",
"repository": {
"type": "git",
"url": "https://github.com/omnidotdev/eden-cli.git"
},
"license": "MIT",
"author": "Omni <team@omni.dev>",
"type": "module",
"scripts": {
"version": "changeset version && bun scripts/syncVersion.ts"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@types/bun": "^1.3.5"
},
"engines": {
"node": ">=18",
"bun": ">=1.0"
},
"keywords": [
"cli",
"developer-tools",
"onboarding",
"preflight",
"checks"
]
}