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

  1. {
  2. "name": "@peertube/peertube-models",
  3. "private": true,
  4. "version": "0.0.0",
  5. "main": "dist/index.js",
  6. "type": "module",
  7. "files": [ "dist" ],
  8. "exports": {
  9. "types": "./dist/index.d.ts",
  10. "peertube:tsx": "./src/index.ts",
  11. "default": "./dist/index.js"
  12. },
  13. "devDependencies": {},
  14. "scripts": {
  15. "build": "tsc",
  16. "watch": "tsc -w"
  17. },
  18. "dependencies": {}
  19. }