Violets-Cache/package.json

12 lines
193 B
JSON
Raw Normal View History

2024-06-01 13:19:36 -05:00
{
"scripts": {
"start": "node index.js"
},
"dependencies": {
2024-06-10 15:40:44 -05:00
"@fridgefm/radio-core": "^3.2.6",
2024-06-01 13:19:36 -05:00
"express": "^4.19.2",
2024-06-08 18:40:53 -05:00
"spotifydl-core": "^0.2.0",
2024-06-01 13:19:36 -05:00
"ws": "^8.17.0"
}
}