aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/package.json
blob: 22fb8d24cbc032d0e5f16ce302e8d3a5c8021680 (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": "^2.1.0"
  },
  "summon": {
    "silent": true
  }
}