deemix-js/package.json

20 lines
416 B
JSON
Raw Normal View History

2021-04-01 11:38:59 +00:00
{
"name": "deemix",
"version": "0.0.0",
"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": {
"crypto": "^1.0.1",
2021-04-08 15:39:33 +00:00
"deezer-js": "^0.0.3",
2021-04-01 11:38:59 +00:00
"got": "^11.8.2"
},
"devDependencies": {
"eslint": "^7.23.0"
2021-04-01 11:38:59 +00:00
}
}