switch to yarn
This commit is contained in:
@@ -15,16 +15,17 @@
|
||||
"main": "src/app.ts",
|
||||
"scripts": {
|
||||
"dev": "bun --watch src/app.ts",
|
||||
"start": "bun src/app.ts"
|
||||
"start": "bun src/app.ts",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "^0.19.0",
|
||||
"discord.js": "^14.23.2",
|
||||
"dotenv": "^17.2.3",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
"@types/pngjs": "^6.0.5"
|
||||
"@types/pngjs": "^6.0.5",
|
||||
"dotenv": "^17.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user