deemix-js/package.json

24 lines
541 B
JSON
Raw Normal View History

2021-04-01 11:38:59 +00:00
{
"name": "deemix",
2021-07-25 11:23:03 +00:00
"version": "3.3.2",
2021-04-01 11:38:59 +00:00
"description": "a barebones deezer downloader library",
"main": "deemix/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "RemixDev",
"license": "GPL-3.0-or-later",
"dependencies": {
"async": "^3.2.0",
"crypto": "^1.0.1",
2021-07-25 14:11:44 +00:00
"deezer-js": "^1.0.3",
2021-07-25 11:22:17 +00:00
"egoroof-blowfish": "^2.2.2",
2021-04-18 11:02:47 +00:00
"got": "^11.8.2",
"metaflac-js2": "^1.0.7",
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"eslint": "^7.23.0"
2021-04-01 11:38:59 +00:00
}
}