aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/package.json
blob: 811937f9cce96d2643aae997c960f20c9b87e1e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@peertube/cli",
  "version": "1.0.0",
  "private": true,
  "dependencies": {
    "application-config": "^1.0.1",
    "cli-table": "^0.3.1",
    "netrc-parser": "^3.1.6",
    "webtorrent-hybrid": "^3.0.1"
  },
  "summon": {
    "silent": true
  }
}