10 lines
155 B
JSON
10 lines
155 B
JSON
{
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.19.2",
|
|
"spotifydl-core": "^0.2.0",
|
|
"ws": "^8.17.0"
|
|
}
|
|
}
|