]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/tools/package.json
Update jsonld library
[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",
1a12f66d
C
7 "cli-table": "^0.3.1",
8 "netrc-parser": "^3.1.6",
a353a4d7 9 "webtorrent-hybrid": "^3.0.1"
7e9d3f25
C
10 },
11 "summon": {
12 "silent": true
13 }
14}