You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
${ noResults }
20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|||
"name": "@peertube/peertube-cli",
|
|||
"version": "1.0.2",
|
|||
"type": "module",
|
|||
"main": "dist/peertube.js",
|
|||
"bin": "dist/peertube.js",
|
|||
"engines": {
|
|||
"node": ">=16.x"
|
|||
},
|
|||
"scripts": {},
|
|||
"license": "AGPL-3.0",
|
|||
"private": false,
|
|||
"devDependencies": {
|
|||
"application-config": "^3.0.0",
|
|||
"cli-table3": "^0.6.0",
|
|||
"netrc-parser": "^3.1.6"
|
|||
},
|
|||
"dependencies": {}
|
|||
}
|