mirror of
https://github.com/Dvorinka/SpotifyRecAlg.git
synced 2026-06-03 20:13:03 +00:00
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"name": "flow-web",
|
|
"version": "1.0.0",
|
|
"description": "Minimal music discovery UI",
|
|
"scripts": {
|
|
"start": "npx serve . -p 3000 -s",
|
|
"dev": "npx serve . -p 3000 -s"
|
|
}
|
|
}
|