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

12345678910111213
  1. {
  2. "name": "@peertube/tests",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "devDependencies": {},
  7. "scripts": {
  8. "build": "tsc",
  9. "watch": "tsc -w",
  10. "install-dependencies:transcription": "pip install -r ./requirements.txt -r ../transcription-devtools/requirements.txt"
  11. },
  12. "dependencies": {}
  13. }