23 lines
No EOL
511 B
JSON
23 lines
No EOL
511 B
JSON
{
|
|
"name": "bun-react-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"dev": "bun --hot index.ts",
|
|
"start": "bun index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@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": {
|
|
"@types/bun": "latest"
|
|
}
|
|
} |