ニジカ投稿局 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.
 
 
 
 
 

20 lines
386 B

  1. {
  2. "name": "@peertube/peertube-cli",
  3. "version": "1.0.2",
  4. "type": "module",
  5. "main": "dist/peertube.js",
  6. "bin": "dist/peertube.js",
  7. "engines": {
  8. "node": ">=16.x"
  9. },
  10. "scripts": {},
  11. "license": "AGPL-3.0",
  12. "private": false,
  13. "devDependencies": {
  14. "application-config": "^3.0.0",
  15. "cli-table3": "^0.6.0",
  16. "netrc-parser": "^3.1.6"
  17. },
  18. "dependencies": {}
  19. }