1
0
Fork 0
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 09:09:38 +00:00
"cli-table": "^0.3.1",
"netrc-parser": "^3.1.6",
2019-07-24 13:53:23 +00:00
"webtorrent-hybrid": "^3.0.1"
},
"summon": {
"silent": true
}
}