From 7b24a49b8194b43eba86ed5fc6171d618ad9eed2 Mon Sep 17 00:00:00 2001 From: HugoPoi Date: Sat, 4 Jul 2020 17:56:28 +0200 Subject: [PATCH] fix: missing lodash deps --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f0120de..91068ba 100644 --- a/package.json +++ b/package.json @@ -6,14 +6,22 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", - "license": "ISC", + "bin": { + "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": { "bluebird": "^3.7.2", "cheerio": "^1.0.0-rc.3", "debug": "^4.1.1", "dotenv": "^8.2.0", "leven": "^3.1.0", + "lodash": "^4.17.15", "m3u": "0.0.2", "node-fetch": "^2.6.0" },