{ "name": "cli", "private": true, "type": "module", "scripts": { "pick": "bun ./pick.ts", "stats": "bun ./stats.ts", "test": "bun ./test.ts", "submit": "bun ./submit.ts", "sync": "bun ./sync.ts", "close-solved": "bun ./close-solved.ts", "close-topics": "bun ./close-topics.ts" }, "devDependencies": { "@clack/prompts": "^1.7.0", "@night-slayer18/leetcode-cli": "^3.5.0", "@types/bun": "^1.3.14" } }