diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-20 19:15:41 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-10-20 19:16:56 +0200 |
commit | 7cf3e57376422e890e9703b68107e6f568a11384 (patch) | |
tree | be4a07f9c109314172bbe194f8f761c521eebd9a /package.json | |
parent | 6df8130efcd111715b4cb715df614a6d1268b5e2 (diff) | |
download | PeerTube-7cf3e57376422e890e9703b68107e6f568a11384.tar.gz PeerTube-7cf3e57376422e890e9703b68107e6f568a11384.tar.zst PeerTube-7cf3e57376422e890e9703b68107e6f568a11384.zip |
(doc) add manpage to peertube cli
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 0798fdba2..bc514920d 100644 --- a/package.json +++ b/package.json | |||
@@ -49,6 +49,7 @@ | |||
49 | "test": "scripty", | 49 | "test": "scripty", |
50 | "help": "scripty", | 50 | "help": "scripty", |
51 | "generate-api-doc": "scripty", | 51 | "generate-api-doc": "scripty", |
52 | "generate-cli-doc": "scripty", | ||
52 | "parse-log": "node ./dist/scripts/parse-log.js", | 53 | "parse-log": "node ./dist/scripts/parse-log.js", |
53 | "prune-storage": "node ./dist/scripts/prune-storage.js", | 54 | "prune-storage": "node ./dist/scripts/prune-storage.js", |
54 | "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js", | 55 | "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js", |
@@ -119,6 +120,7 @@ | |||
119 | "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", | 120 | "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", |
120 | "lodash": "^4.17.10", | 121 | "lodash": "^4.17.10", |
121 | "magnet-uri": "^5.1.4", | 122 | "magnet-uri": "^5.1.4", |
123 | "marked-man": "^0.2.1", | ||
122 | "memoizee": "^0.4.14", | 124 | "memoizee": "^0.4.14", |
123 | "morgan": "^1.5.3", | 125 | "morgan": "^1.5.3", |
124 | "multer": "^1.1.0", | 126 | "multer": "^1.1.0", |