switch to yarn

This commit is contained in:
Asaki Yuki
2025-10-18 23:42:33 +07:00
parent 7920681226
commit 69a74118ae
5 changed files with 98 additions and 83 deletions

View File

@@ -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"
}
}