grab info from your spotify playlists
1{
2 "name": "spotify-albums",
3 "version": "1.0.0",
4 "type": "module",
5 "scripts": {
6 "playlists": "tsx scripts/playlists.ts",
7 "albums": "tsx scripts/albums.ts"
8 },
9 "dependencies": {
10 "dotenv": "^16.4.5",
11 "node-fetch": "^3.3.2"
12 },
13 "devDependencies": {
14 "@types/node": "^20.11.5",
15 "typescript": "^5.3.3",
16 "tsx": "^4.7.0"
17 }
18}