fix: missing lodash deps

This commit is contained in:
HugoPoi 2020-07-04 17:56:28 +02:00
parent eff3f8956c
commit 7b24a49b81

View File

@ -6,14 +6,22 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "bin": {
"license": "ISC", "vk-music-dl": "./index.js"
},
"author": "HugoPoi",
"repository": {
"type": "git",
"url": "https://home.hugopoi.net/gitea/hugopoi/vk-music-dl"
},
"license": " GPL-3.0-or-later",
"dependencies": { "dependencies": {
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.3", "cheerio": "^1.0.0-rc.3",
"debug": "^4.1.1", "debug": "^4.1.1",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"leven": "^3.1.0", "leven": "^3.1.0",
"lodash": "^4.17.15",
"m3u": "0.0.2", "m3u": "0.0.2",
"node-fetch": "^2.6.0" "node-fetch": "^2.6.0"
}, },