PeerTube/server/tools/package.json

15 lines
261 B
JSON
Raw Normal View History

{
"name": "@peertube/cli",
"version": "1.0.0",
"private": true,
"dependencies": {
"application-config": "^1.0.1",
2019-06-13 11:09:38 +02:00
"cli-table": "^0.3.1",
"netrc-parser": "^3.1.6",
2019-07-24 15:53:23 +02:00
"webtorrent-hybrid": "^3.0.1"
},
"summon": {
"silent": true
}
}