Update packages

This commit is contained in:
Hri7566 2024-06-13 21:42:10 -04:00
parent 2074915830
commit c835b0b979
2 changed files with 3 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -4,10 +4,11 @@
"type": "module",
"scripts": {
"start": "bun .",
"start-bot": "bun src/mpp/index.ts"
"start-bot": "bun src/mpp/index.ts",
"start-discord": "bun src/discord/index.ts"
},
"devDependencies": {
"@types/bun": "^1.1.3"
"@types/bun": "^1.1.4"
},
"peerDependencies": {
"typescript": "^5.3.3"