Don't move the caption if it has the right name
[oweals/peertube.git] / server / tools / package.json
1 {
2   "name": "@peertube/cli",
3   "version": "1.0.0",
4   "private": true,
5   "dependencies": {
6     "application-config": "^1.0.1",
7     "cli-table": "^0.3.1",
8     "netrc-parser": "^3.1.6",
9     "webtorrent-hybrid": "^4.0.1"
10   },
11   "summon": {
12     "silent": true
13   }
14 }