remove unused import, update modules
This commit is contained in:
@@ -11,17 +11,16 @@
|
||||
"build:mac": "bun build ./src/index.ts --compile --target=bun-darwin-x64 --outfile ./target/replay_downloader-darwin-x64"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/chalk": "^2.2.4"
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@better-fetch/fetch": "^1.1.18",
|
||||
"chalk": "^5.4.1",
|
||||
"inquirer": "^12.9.0",
|
||||
"ky": "^1.8.2",
|
||||
"chalk": "^5.6.0",
|
||||
"inquirer": "^12.9.4",
|
||||
"ky": "^1.9.1",
|
||||
"ora": "^8.2.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user