spotdlweb/package.json
Expand-sys 05e7d22776 aaa
2023-09-29 22:24:33 +10:00

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"
}
}