From 8704acf49efc770d73bf07c10468ed8c74d28a83 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 13 Sep 2018 14:27:44 +0200 Subject: one cli to unite them all MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 5a8843b0c..cc4f6be5c 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "engines": { "node": ">=8.x" }, + "bin": { + "peertube": "dist/server/tools/peertube.js" + }, "author": { "name": "Florian Bigard", "email": "florian.bigard@gmail.com", @@ -78,6 +81,7 @@ "@types/bluebird": "3.5.21" }, "dependencies": { + "application-config": "^1.0.1", "async": "^2.0.0", "async-lock": "^1.1.2", "async-lru": "^1.1.1", @@ -86,6 +90,7 @@ "bluebird": "^3.5.0", "body-parser": "^1.12.4", "bull": "^3.4.2", + "cli-table": "^0.3.1", "bytes": "^3.0.0", "commander": "^2.13.0", "concurrently": "^4.0.1", @@ -113,6 +118,7 @@ "magnet-uri": "^5.1.4", "morgan": "^1.5.3", "multer": "^1.1.0", + "netrc-parser": "^3.1.6", "nodemailer": "^4.4.2", "parse-torrent": "^6.0.0", "password-generator": "^2.0.2", @@ -130,6 +136,7 @@ "sequelize-typescript": "0.6.6", "sharp": "^0.20.0", "srt-to-vtt": "^1.1.2", + "summon-install": "^0.4.3", "useragent": "^2.3.0", "uuid": "^3.1.0", "validator": "^10.2.0", @@ -196,5 +203,8 @@ "scripty": { "silent": true }, + "summon": { + "silent": true + }, "sasslintConfig": "client/.sass-lint.yml" } -- cgit v1.2.3