ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
492 B

  1. {
  2. "name": "@peertube/peertube-runner",
  3. "version": "0.0.18",
  4. "type": "module",
  5. "main": "dist/peertube-runner.js",
  6. "bin": "dist/peertube-runner.js",
  7. "engines": {
  8. "node": ">=16.x"
  9. },
  10. "license": "AGPL-3.0",
  11. "dependencies": {},
  12. "devDependencies": {
  13. "@iarna/toml": "^2.2.5",
  14. "@peertube/net-ipc": "^2.2.0",
  15. "@types/follow-redirects": "1.14.4",
  16. "env-paths": "^3.0.0",
  17. "follow-redirects": "^1.15.5",
  18. "pino": "^9.2.0",
  19. "pino-pretty": "^11.2.1"
  20. }
  21. }