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

package.json 499 B

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