PeerTube/package.json

251 lines
9.5 KiB
JSON
Raw Permalink Normal View History

2015-06-09 10:41:40 -05:00
{
"name": "peertube",
2021-01-14 02:43:06 -06:00
"description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
2024-07-03 02:31:32 -05:00
"version": "6.2.0-rc.1",
2015-06-09 10:41:40 -05:00
"private": true,
2019-12-17 08:19:42 -06:00
"licence": "AGPL-3.0",
2015-06-09 10:41:40 -05:00
"engines": {
"node": ">=18.x",
"yarn": ">=1.x"
},
"type": "module",
"author": {
2018-10-03 09:43:57 -05:00
"name": "Chocobozzz",
2020-11-12 04:12:41 -06:00
"email": "chocobozzz@framasoft.org",
"url": "http://github.com/Chocobozzz"
},
"repository": {
"type": "git",
2018-08-16 03:57:57 -05:00
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
2015-06-09 10:41:40 -05:00
},
"typings": "*.d.ts",
"workspaces": [
"packages/*",
"server"
],
2015-06-09 10:41:40 -05:00
"scripts": {
2024-06-05 07:43:41 -05:00
"benchmark-server": "tsx --conditions=peertube:tsx ./scripts/benchmark.ts",
feat(transcription): groundwork chore: fiddling around some more chore: add ctranslate2 and timestamped chore: add performance markers chore: refactor test chore: change worflow name chore: ensure Python3 chore(duration): convert to chai/mocha syntahx chore(transcription): add individual tests for others transcribers chore(transcription): implement formats test of all implementations Also compare result of other implementation to the reference implementation chore(transcription): add more test case with other language and models size and local model chore(test): wip ctranslate 2 adapat chore(transcription): wip transcript file and benchmark chore(test): clean a bit chore(test): clean a bit chore(test): refacto timestamed spec chore(test): update workflow chore(test): fix glob expansion with sh chore(test): extract some hw info chore(test): fix async tests chore(benchmark): add model info feat(transcription): allow use of a local mode in timestamped-whisper feat(transcription): extract run and profiling info in own value object feat(transcription): extract run concept in own class an run more bench chore(transcription): somplify run object only a uuid is now needed and add more benchmark scenario docs(transcription): creates own package readme docs(transcription): add local model usage docs(transcription): update README fix(transcription): use fr video for better comparison chore(transcription): make openai comparison passed docs(timestamped): clea chore(transcription): change transcribers transcribe method signature Introduce whisper builtin model. fix(transcription): activate language detection Forbid transcript creation without a language. Add `languageDetection` flag to an engine and some assertions. Fix an issue in `whisper-ctranslate2` : https://github.com/Softcatala/whisper-ctranslate2/pull/93 chore(transcription): use PeerTube time helpers instead of custom ones Update existing time function to output an integer number of seconds and add a ms human-readable time formatter with hints of tests. chore(transcription): use PeerTube UUID helpers chore(transcription): enable CER evaluation Thanks to this recent fix in Jiwer <3 https://github.com/jitsi/jiwer/issues/873 chore(jiwer): creates JiWer package I'm not very happy with the TranscriptFileEvaluator constructor... suggestions ? chore(JiWer): add usage in README docs(jiwer): update JiWer readme chore(transcription): use FunMOOC video in fixtures chore(transcription): add proper english video fixture chore(transcription): use os tmp directory where relevant chore(transcription): fix jiwer cli test reference.txt chore(transcription): move benchmark out of tests chore(transcription): remove transcription workflow docs(transcription): add benchmark info fix(transcription): use ms precision in other transcribers chore(transcription): simplify most of the tests chore(transcription): remove slashes when building path with join chore(transcription): make fromPath method async chore(transcription): assert path to model is a directory for CTranslate2 transcriber chore(transcription): ctranslate2 assertion chore(transcription): ctranslate2 assertion chore(transcription): add preinstall script for Python dependencies chore(transcription): add download and unzip utils functions chore(transcription): add download and unzip utils functions chore(transcription): download & unzip models fixtures chore(transcription): zip chore(transcription): raise download file test timeout chore(transcription): simplify download file test chore(transcription): add transcriptions test to CI chore(transcription): raise test preconditions timeout chore(transcription): run preinstall scripts before running ci chore(transcription): create dedicated tmp folder for transcriber tests chore(transcription): raise timeout some more chore(transcription): raise timeout some more chore(transcription): raise timeout some more chore(transcription): raise timeout some more chore(transcription): raise timeout some more chore(transcription): raise timeout some more chore(transcription): raise timeout some more chore(transcription): raise timeout some more chore(transcription): use short video for local model test chore(transcription): raise timeout some more chore(transcription): raise timeout some more chore(transcription): raise timeout some more chore(transcription): setup verbosity based on NODE_ENV value
2024-03-29 04:34:45 -05:00
"benchmark-transcription": "tsx --conditions=peertube:tsx --tsconfig ./packages/transcription/tsconfig.json ./packages/transcription/src/benchmark.ts",
2021-05-05 03:56:40 -05:00
"build:client": "bash ./scripts/build/client.sh",
2024-06-05 07:43:41 -05:00
"build:embed": "bash ./scripts/build/embed.sh",
"build:peertube-cli": "bash ./scripts/build/peertube-cli.sh",
2024-06-05 07:43:41 -05:00
"build:peertube-runner": "bash ./scripts/build/peertube-runner.sh",
"build:server": "bash ./scripts/build/server.sh",
"build:tests": "bash ./scripts/build/tests.sh",
2024-06-05 07:43:41 -05:00
"build": "bash ./scripts/build/index.sh",
"ci": "bash ./scripts/ci.sh",
2021-05-05 03:56:40 -05:00
"clean:client": "bash ./scripts/clean/client/index.sh",
"clean:server:test": "bash ./scripts/clean/server/test.sh",
2024-06-05 07:43:41 -05:00
"client-report": "bash ./scripts/client-report.sh",
"client:build-stats": "tsx --conditions=peertube:tsx ./scripts/client-build-stats.ts",
"commander": "commander",
"concurrently": "concurrently",
"create-generate-storyboard-job": "node ./dist/scripts/create-generate-storyboard-job.js",
"create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
"create-move-video-storage-job": "node ./dist/scripts/create-move-video-storage-job.js",
2021-05-05 03:56:40 -05:00
"dev:client": "bash ./scripts/dev/client.sh",
2024-06-05 07:43:41 -05:00
"dev:embed": "bash ./scripts/dev/embed.sh",
"dev:peertube-cli": "bash ./scripts/dev/peertube-cli.sh",
2023-04-21 08:05:27 -05:00
"dev:peertube-runner": "bash ./scripts/dev/peertube-runner.sh",
2024-06-05 07:43:41 -05:00
"dev:server": "bash ./scripts/dev/server.sh",
"dev": "bash ./scripts/dev/index.sh",
"e2e:browserstack": "bash ./scripts/e2e/browserstack.sh",
"e2e:local": "bash ./scripts/e2e/local.sh",
"eslint": "eslint",
"generate-cli-doc": "bash ./scripts/generate-cli-doc.sh",
2024-06-05 07:43:41 -05:00
"generate-code-contributors": "tsx --conditions=peertube:tsx ./scripts/generate-code-contributors.ts",
"generate-types-package": "tsx --conditions=peertube:tsx ./packages/types-generator/generate-package.ts",
2024-06-05 07:43:41 -05:00
"house-keeping": "LOGGER_LEVEL=warn node ./dist/scripts/house-keeping.js",
2023-08-18 07:12:32 -05:00
"i18n:create-custom-files": "tsx --tsconfig ./scripts/tsconfig.json --conditions=peertube:tsx ./scripts/i18n/create-custom-files.ts",
2024-06-05 07:43:41 -05:00
"i18n:update": "bash ./scripts/i18n/update.sh",
2019-07-29 04:59:29 -05:00
"lint": "npm run ci -- lint",
2018-04-19 09:23:09 -05:00
"mocha": "mocha",
2024-06-05 07:43:41 -05:00
"ng": "ng",
2021-05-05 03:56:40 -05:00
"nightly": "bash ./scripts/nightly.sh",
"openapi-clients": "bash ./scripts/openapi-clients.sh",
2024-06-05 07:43:41 -05:00
"parse-log": "node ./dist/scripts/parse-log.js",
"plugin:install": "node ./dist/scripts/plugin/install.js",
"plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
"postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
"prune-storage": "LOGGER_LEVEL=warn node ./dist/scripts/prune-storage.js",
"regenerate-thumbnails": "node ./dist/scripts/regenerate-thumbnails.js",
"release-embed-api": "bash ./scripts/release-embed-api.sh",
"release": "bash ./scripts/release.sh",
"reset-password": "node ./dist/scripts/reset-password.js",
"resolve-tspaths:server-lib": "npm run resolve-tspaths -- --project server/tsconfig.lib.json --src server --out server/dist",
"resolve-tspaths:server": "npm run resolve-tspaths -- --project server/tsconfig.json --src server --out dist",
"resolve-tspaths:tests": "npm run resolve-tspaths -- --project packages/tests/tsconfig.json --src packages/tests/src --out packages/tests/dist",
"resolve-tspaths": "resolve-tspaths",
"simulate-many-viewers": "tsx --conditions=peertube:tsx ./scripts/simulate-many-viewers.ts",
"start:server": "node dist/server --no-client",
"start": "node dist/server",
"swagger-cli": "swagger-cli",
"test": "bash ./scripts/test.sh",
"tsc": "tsc",
"tsx": "tsx",
"update-host": "node ./dist/scripts/update-host.js",
"update-object-storage-url": "LOGGER_LEVEL=warn node ./dist/scripts/update-object-storage-url.js"
},
2015-06-09 10:41:40 -05:00
"dependencies": {
"@aws-sdk/client-s3": "^3.190.0",
"@aws-sdk/lib-storage": "^3.190.0",
"@aws-sdk/s3-request-presigner": "^3.345.0",
2024-02-21 09:16:09 -06:00
"@commander-js/extra-typings": "^12.0.0",
"@node-oauth/oauth2-server": "^5.1.0",
2022-07-05 08:43:21 -05:00
"@opentelemetry/api": "^1.1.0",
"@opentelemetry/exporter-jaeger": "^1.15.1",
2024-06-21 07:32:25 -05:00
"@opentelemetry/exporter-prometheus": "~0.52.1",
"@opentelemetry/instrumentation": "^0.52.1",
"@opentelemetry/instrumentation-dns": "^0.37.0",
"@opentelemetry/instrumentation-express": "^0.40.1",
"@opentelemetry/instrumentation-fs": "^0.13.0",
"@opentelemetry/instrumentation-http": "^0.52.1",
"@opentelemetry/instrumentation-ioredis": "^0.41.0",
"@opentelemetry/instrumentation-pg": "^0.42.0",
"@opentelemetry/resources": "^1.15.1",
"@opentelemetry/sdk-metrics": "^1.15.1",
"@opentelemetry/sdk-trace-base": "^1.15.1",
"@opentelemetry/sdk-trace-node": "^1.15.1",
"@opentelemetry/semantic-conventions": "^1.15.1",
2024-04-11 02:32:57 -05:00
"@peertube/feed": "^5.1.3",
2022-07-12 03:54:21 -05:00
"@peertube/http-signature": "^1.7.0",
2024-06-21 07:32:25 -05:00
"@smithy/node-http-handler": "^3.1.0",
2022-09-09 04:11:47 -05:00
"@uploadx/core": "^6.0.0",
2024-06-21 07:32:25 -05:00
"archiver": "^7.0.1",
"async-mutex": "^0.5.0",
2023-10-11 02:20:23 -05:00
"bcrypt": "5.1.1",
"bencode": "^4.0.0",
2024-02-21 09:16:09 -06:00
"bittorrent-tracker": "^11.0.1",
"bluebird": "^3.5.0",
2024-02-21 09:16:09 -06:00
"bullmq": "^5.3.0",
2018-09-11 09:27:07 -05:00
"bytes": "^3.0.0",
"chokidar": "^3.4.2",
2024-02-21 09:16:09 -06:00
"commander": "^12.0.0",
2018-12-04 02:34:29 -06:00
"config": "^3.0.0",
2018-06-28 06:59:48 -05:00
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
2023-10-11 02:20:23 -05:00
"create-torrent": "^6.0.15",
2018-07-31 07:02:47 -05:00
"deep-object-diff": "^1.1.0",
2023-02-16 04:56:58 -06:00
"email-templates": "^11.0.3",
2024-07-02 02:01:41 -05:00
"execa": "^9.3.0",
2022-06-21 03:59:46 -05:00
"express": "^4.18.1",
2023-10-11 02:20:23 -05:00
"express-rate-limit": "^7.1.1",
2023-05-22 10:04:39 -05:00
"express-validator": "^7.0.1",
2023-10-11 02:20:23 -05:00
"flat": "^6.0.1",
2016-05-03 15:41:46 -05:00
"fluent-ffmpeg": "^2.1.0",
2023-02-16 04:56:58 -06:00
"fs-extra": "^11.1.0",
"got": "^13.0.0",
2023-05-22 10:04:39 -05:00
"helmet": "^7.0.0",
2022-06-21 04:10:58 -05:00
"hpagent": "^1.0.0",
"http-problem-details": "^0.1.5",
"ioredis": "^5.2.3",
2019-06-06 08:39:11 -05:00
"ip-anonymize": "^0.1.0",
2024-06-21 07:32:25 -05:00
"ipaddr.js": "2.2.0",
"iso-639-3": "3.0.1",
2023-02-16 04:56:58 -06:00
"jimp": "^0.22.4",
2021-02-03 02:33:05 -06:00
"js-yaml": "^4.0.0",
2023-10-11 02:20:23 -05:00
"jsonld": "~8.3.1",
2024-02-12 03:47:52 -06:00
"jsonwebtoken": "^9.0.2",
"linkify-it": "^5.0.0",
"lodash-es": "^4.17.21",
2023-10-11 02:20:23 -05:00
"lru-cache": "^10.0.1",
"magnet-uri": "^7.0.5",
2024-02-21 09:16:09 -06:00
"markdown-it": "^14.0.0",
"markdown-it-emoji": "^3.0.0",
"maxmind": "^4.3.6",
2018-09-14 04:52:23 -05:00
"memoizee": "^0.4.14",
2015-06-09 10:41:40 -05:00
"morgan": "^1.5.3",
2022-06-21 03:59:46 -05:00
"multer": "^1.4.5-lts.1",
"node-media-server": "^2.1.4",
2019-04-02 09:42:13 -05:00
"nodemailer": "^6.0.0",
2024-06-21 07:32:25 -05:00
"opentelemetry-instrumentation-sequelize": "^0.41.0",
2022-11-15 06:27:46 -06:00
"otpauth": "^9.0.2",
2024-02-21 09:16:09 -06:00
"p-queue": "^8.0.1",
2023-10-11 02:20:23 -05:00
"parse-torrent": "^11.0.14",
"password-generator": "^2.0.2",
2020-06-17 03:55:40 -05:00
"pg": "^8.2.1",
2023-10-11 02:20:23 -05:00
"piscina": "^4.1.0",
"prompt": "^1.0.0",
2021-10-26 02:57:38 -05:00
"proxy-addr": "^2.0.7",
2020-06-17 03:55:40 -05:00
"pug": "^3.0.0",
2024-02-21 09:16:09 -06:00
"reflect-metadata": "^0.2.1",
"sanitize-html": "2.x",
2024-06-21 07:32:25 -05:00
"sequelize": "6.37.3",
2020-12-08 07:30:29 -06:00
"sequelize-typescript": "^2.0.0-beta.1",
2024-06-21 07:32:25 -05:00
"short-uuid": "^5.2.0",
"sitemap": "^8.0.0",
2022-11-28 02:16:34 -06:00
"socket.io": "^4.5.4",
2024-02-21 09:16:09 -06:00
"sql-formatter": "^15.2.0",
2018-07-16 07:22:16 -05:00
"srt-to-vtt": "^1.1.2",
2020-06-05 03:03:53 -05:00
"tslib": "^2.0.0",
"useragent": "^2.3.0",
2020-04-01 07:16:19 -05:00
"validator": "^13.0.0",
2017-11-09 10:51:58 -06:00
"webfinger.js": "^2.6.6",
2023-10-11 02:20:23 -05:00
"webtorrent": "^2.1.27",
2024-06-21 07:32:25 -05:00
"winston": "3.13.0",
2024-02-12 03:47:52 -06:00
"ws": "^8.0.0",
2024-02-21 09:16:09 -06:00
"yauzl": "^3.1.0"
2015-06-09 10:41:40 -05:00
},
"devDependencies": {
2021-10-26 09:03:53 -05:00
"@peertube/maildev": "^1.2.0",
"@peertube/resolve-tspaths": "^0.8.14",
2024-02-12 03:47:52 -06:00
"@types/archiver": "^6.0.2",
2021-06-25 10:39:27 -05:00
"@types/bcrypt": "^5.0.0",
2021-08-27 07:32:44 -05:00
"@types/bencode": "^2.0.0",
2021-05-05 04:08:02 -05:00
"@types/bluebird": "^3.5.33",
2017-05-15 15:22:03 -05:00
"@types/body-parser": "^1.16.3",
2018-09-11 09:27:07 -05:00
"@types/bytes": "^3.0.0",
2017-09-04 14:21:47 -05:00
"@types/chai": "^4.0.4",
"@types/chai-json-schema": "^1.4.3",
"@types/chai-xml": "^0.3.1",
2022-09-09 04:11:47 -05:00
"@types/config": "^3.3.0",
2021-08-27 07:32:44 -05:00
"@types/create-torrent": "^5.0.0",
2021-02-03 02:33:05 -06:00
"@types/express": "4.17.9",
"@types/fluent-ffmpeg": "^2.1.16",
2023-02-16 04:56:58 -06:00
"@types/fs-extra": "^11.0.1",
"@types/jsonld": "^1.5.9",
2024-02-12 03:47:52 -06:00
"@types/jsonwebtoken": "^9.0.5",
2024-06-21 07:32:25 -05:00
"@types/linkify-it": "^5.0.0",
"@types/lodash-es": "^4.17.8",
2017-06-10 15:15:25 -05:00
"@types/magnet-uri": "^5.1.1",
2024-02-21 09:16:09 -06:00
"@types/maildev": "^0.0.7",
2018-09-14 04:52:23 -05:00
"@types/memoizee": "^0.4.2",
2022-11-15 06:27:46 -06:00
"@types/mocha": "^10.0.0",
2017-05-15 15:22:03 -05:00
"@types/morgan": "^1.7.32",
2017-08-25 11:36:49 -05:00
"@types/multer": "^1.3.3",
2023-02-17 02:21:11 -06:00
"@types/node": "^18.13.0",
2019-06-06 08:39:11 -05:00
"@types/nodemailer": "^6.2.0",
2024-02-21 09:16:09 -06:00
"@types/supertest": "^6.0.2",
"@types/validator": "^13.9.0",
2020-11-19 01:58:34 -06:00
"@types/webtorrent": "^0.109.0",
2021-10-12 07:31:59 -05:00
"@types/ws": "^8.2.0",
2024-02-12 03:47:52 -06:00
"@types/yauzl": "^2.10.3",
2024-02-21 09:16:09 -06:00
"@typescript-eslint/eslint-plugin": "^7.0.2",
2021-02-22 08:34:32 -06:00
"autocannon": "^7.0.4",
2024-02-21 09:16:09 -06:00
"chai": "^5.1.0",
"chai-json-schema": "^1.5.0",
2020-11-19 01:58:34 -06:00
"chai-xml": "^0.4.0",
2023-05-22 10:04:39 -05:00
"concurrently": "^8.0.1",
"depcheck": "^1.4.2",
2024-06-21 07:32:25 -05:00
"esbuild": "^0.21.5",
2024-02-21 09:16:09 -06:00
"eslint": "8.56.0",
"eslint-config-standard-with-typescript": "43.0.1",
2020-01-31 09:56:52 -06:00
"eslint-plugin-import": "^2.20.1",
2023-05-22 10:04:39 -05:00
"eslint-plugin-n": "^16.0.0",
2021-12-24 06:53:19 -06:00
"eslint-plugin-promise": "^6.0.0",
"fast-xml-parser": "^4.0.0-beta.8",
2023-02-24 07:48:15 -06:00
"jpeg-js": "^0.4.4",
2024-02-12 03:47:52 -06:00
"jszip": "^3.10.1",
2022-06-21 04:10:58 -05:00
"mocha": "^10.0.0",
2023-02-24 07:48:15 -06:00
"pixelmatch": "^5.3.0",
"pngjs": "^7.0.0",
2023-05-22 10:04:39 -05:00
"proxy": "^2.1.1",
2022-11-28 02:16:34 -06:00
"socket.io-client": "^4.5.4",
"supertest": "^7.0.0",
2020-04-01 07:16:19 -05:00
"swagger-cli": "^4.0.2",
2023-02-16 04:56:58 -06:00
"tsc-watch": "^6.0.0",
2024-02-21 09:16:09 -06:00
"tsx": "^4.7.1",
2024-06-21 07:32:25 -05:00
"typescript": "~5.5.2"
}
2015-06-09 10:41:40 -05:00
}