mirror of https://github.com/Chocobozzz/PeerTube
22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"name": "@peertube/peertube-runner",
|
|
"version": "0.0.15",
|
|
"type": "module",
|
|
"main": "dist/peertube-runner.js",
|
|
"bin": "dist/peertube-runner.js",
|
|
"engines": {
|
|
"node": ">=16.x"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@peertube/net-ipc": "^2.2.0",
|
|
"@types/follow-redirects": "1.14.4",
|
|
"env-paths": "^3.0.0",
|
|
"follow-redirects": "^1.15.5",
|
|
"pino": "^8.11.0",
|
|
"pino-pretty": "^10.0.0"
|
|
}
|
|
}
|