mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 07:26:27 +00:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|||
|
|
"name": "cli",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"pick": "bun ./pick.ts",
|
||
|
|
"test": "bun ./test.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"
|
||
|
|
}
|
||
|
|
}
|