Violets-Cache/package.json

11 lines
155 B
JSON
Raw Normal View History

2024-06-01 13:19:36 -05:00
{
"scripts": {
"start": "node index.js"
},
"dependencies": {
"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"
}
}