Files
spotify-parser/package.json
2024-02-12 22:34:33 +01:00

16 lines
387 B
JSON

{
"name": "spotify-parser",
"version": "1.0.0",
"description": "parses provided spotify url to a query that can be searched in yt-dlp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michał Czyż",
"license": "ISC",
"dependencies": {
"isomorphic-unfetch": "^4.0.2",
"spotify-url-info": "^3.2.13"
}
}