This commit is contained in:
Seth 2025-05-23 00:42:45 -04:00
parent f9b116af51
commit 0eb6c15057
5 changed files with 170 additions and 198 deletions

View file

@ -1,6 +1,6 @@
{
"name": "bun-react-template",
"version": "0.1.0",
"version": "2.0.0",
"private": true,
"main": "index.ts",
"scripts": {
@ -8,13 +8,11 @@
"start": "bun index.ts"
},
"dependencies": {
"@inrixia/helpers": "^3.20.0",
"@tidal-music/auth": "^1.3.4",
"@types/fluent-ffmpeg": "^2.1.27",
"bun-storage": "^0.2.1",
"dasha": "^3.1.6",
"ffmpeg-static": "^5.2.0",
"flac-stream-tagger": "^1.0.10",
"fluent-ffmpeg": "^2.1.3",
"webview-bun": "^2.4.0"
},
"devDependencies": {