manage-apps/cli/package.json
Claude Code 35d67dc4f3 deps-upgrade(dashboard): ⬆️ Update dependencies with security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:03:02 -07:00

21 lines
426 B
JSON

{
"name": "@manage-workspace/cli",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "node build.mjs",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^12.0.0",
"js-yaml": "^4.1.0",
"ora": "^5.4.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.0.0",
"esbuild": "^0.21.0",
"typescript": "^5.6.0"
}
}