X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=bdc389572ac559045476a5ecfb970525e9171627;hb=c8487f3f63c90fbfddaa906b3cbd90fb209ab1bb;hp=caacec808948f8f57b344f5f5bb2aa56d4516e14;hpb=faebb423555b869ae32f9ae02641de31ae56b3ee;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index caacec808..bdc389572 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "scripts": { "e2e": "scripty", "e2e:local": "scripty", + "setup:cli": "scripty", "build": "SCRIPTY_PARALLEL=true scripty", "build:server": "scripty", "build:client": "scripty", @@ -92,7 +93,6 @@ }, "dependencies": { "apicache": "^1.4.0", - "application-config": "^1.0.1", "async": "^2.0.0", "async-lru": "^1.1.1", "bcrypt": "3.0.5", @@ -148,7 +148,6 @@ "sitemap": "^2.1.0", "socket.io": "^2.2.0", "srt-to-vtt": "^1.1.2", - "summon-install": "^0.4.3", "useragent": "^2.3.0", "uuid": "^3.1.0", "validator": "^10.2.0", @@ -220,8 +219,5 @@ "scripty": { "silent": true }, - "summon": { - "silent": true - }, "sasslintConfig": "client/.sass-lint.yml" }