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