]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/tools/package.json
Add redundancy CLI
[github/Chocobozzz/PeerTube.git] / server / tools / package.json
CommitLineData
7e9d3f25
C
1{
2 "name": "@peertube/cli",
3 "version": "1.0.0",
4 "private": true,
5 "dependencies": {
6 "application-config": "^1.0.1",
26fcf2ef 7 "cli-table3": "^0.5.1",
1a12f66d 8 "netrc-parser": "^3.1.6",
e199856b 9 "webtorrent-hybrid": "^4.0.1"
7e9d3f25
C
10 },
11 "summon": {
12 "silent": true
26fcf2ef
C
13 },
14 "devDependencies": {}
7e9d3f25 15}