mirror of
https://github.com/MrUnknownDE/sptify2yt.git
synced 2026-04-06 00:31:58 +02:00
32 lines
628 B
JSON
32 lines
628 B
JSON
{
|
|
"name": "sptify2yt",
|
|
"version": "1.0.0",
|
|
"description": "Migrate Spotify playlists to YouTube Music",
|
|
"main": "src/server.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"dev": "node --watch src/server.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"express-session": "^1.18.1",
|
|
"googleapis": "^144.0.0",
|
|
"spotify-web-api-node": "^5.0.2"
|
|
},
|
|
"keywords": [
|
|
"spotify",
|
|
"youtube",
|
|
"music",
|
|
"migration",
|
|
"playlist"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|