spotify-dl/package.json
2023-04-17 16:26:49 -05:00

21 lines
345 B
JSON

{
"name": "spotify-dl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"spotify-dl": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"librespot": "^0.1.1"
}
}