mirror of
https://github.com/Expand-sys/spotdlweb
synced 2025-12-15 13:32:25 +11:00
23 lines
No EOL
506 B
JSON
23 lines
No EOL
506 B
JSON
{
|
|
"name": "spotdlweb",
|
|
"module": "index.ts",
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^8.4.0",
|
|
"@fastify/formbody": "^7.4.0",
|
|
"@fastify/static": "^6.11.2",
|
|
"@fastify/view": "^8.2.0",
|
|
"fastify": "^4.23.2",
|
|
"fastify-socket.io": "^5.0.0",
|
|
"path": "^0.12.7",
|
|
"pug": "^3.0.2",
|
|
"socket.io": "^4.7.2",
|
|
"spotify-dl": "^1.1.2",
|
|
"spotifydl-core": "^0.2.0"
|
|
}
|
|
} |