UNPKG

peertube-plugin-transposer-connector

Version:

Transposer connector is a PeerTube language tool plugin to transcribe and translate with Whisper

102 lines (101 loc) 2.19 kB
{ "name": "peertube-plugin-transposer-connector", "description": "Transposer connector is a PeerTube language tool plugin to transcribe and translate with Whisper", "version": "1.0.6", "author": "fairkom biowilli", "bugs": "https://git.fairkom.net/emb/displ.eu/peertube/plugins/peertube-plugin-transcribe-translate/-/issues", "clientScripts": [ { "script": "client/router-client-plugin.js", "scopes": [ "common" ] }, { "script": "client/common-client-plugin.js", "scopes": [ "common" ] }, { "script": "client/video-edit-client-plugin.js", "scopes": [ "common" ] }, { "script": "client/transposer-client-plugin.js", "scopes": [ "common" ] }, { "script": "client/transposer-translation-client-plugin.js", "scopes": [ "common" ] }, { "script": "client/transposer-translation-add-client-plugin.js", "scopes": [ "common" ] }, { "script": "client/transposer-translation-edit-client-plugin.js", "scopes": [ "common" ] }, { "script": "client/transposer-translate-metadata-client-plugin.js", "scopes": [ "common" ] }, { "script": "client/video-watch-client-plugin.js", "scopes": [ "common" ] } ], "css": [ "assets/style.css" ], "engine": { "peertube": ">=1.3.0" }, "peerDependencies": { "@peertube/peertube-types": "^5.1.0", "webpack-cli": "^6.0.1" }, "homepage": "https://git.fairkom.net/emb/displ.eu/peertube/plugins/peertube-plugin-transcribe-translate", "keywords": [ "peertube", "plugin", "transcription", "transcribe", "translation", "translation", "whisper", "transposer" ], "library": "./main.js", "scripts": { "prepare": "npm run build", "build": "node ./scripts/build.js" }, "staticDirs": { "images": "public/images" }, "translations": { "fr-FR": "./languages/fr.json" }, "dependencies": { "uuid": "^9.0.0" }, "devDependencies": { "esbuild": "^0.25.3" } }