mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 15:36:26 +00:00
20 lines
453 B
JSON
20 lines
453 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|