{ "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" } }