musedle/package.json
2026-01-04 20:48:23 -05:00

18 lines
441 B
JSON

{
"name": "musedle",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tidal-music/api": "^0.7.0",
"@tidal-music/auth": "^1.4.0",
"@tidal-music/event-producer": "^2.4.0",
"@tidal-music/player": "^0.11.2",
"astro": "^5.16.6"
}
}