aiot/package.json

19 lines
No EOL
399 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",
"ffmpeg-static": "^5.2.0",
"flac-stream-tagger": "^1.0.10"
},
"devDependencies": {
"@types/bun": "latest"
}
}