voice-over-translation/package.json
NullVerdict 34e54405c8 Release v1.11.5: UI rewrite and bugfixes
Bump release to 1.11.5 with several fixes and refactors: rewrite of UI mounting, simplified audio loading, and multiple site compatibility fixes (VKVideo subtitles, mobile audio downloads, archive.org, Coursehunter, Yandex.Disk /d, Reddit, Odysee, YouTube Embed, proxy auto-enable logic). Update changelog, bump userscript/extension versions and publish new Chrome/Firefox build artifacts; update firefox updates manifest. Add shadow DOM mount support and other UI/module improvements across source files, plus general dependency and build updates.
2026-04-12 01:57:06 +04:00

56 lines
1.8 KiB
JSON

{
"name": "voice-over-translation",
"version": "1.0.0",
"author": "Toil",
"license": "MIT",
"description": "A small extension that adds a Yandex Browser video translation to other browsers",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ilyhalight/voice-over-translation.git"
},
"keywords": [
"cli",
"vot",
"voice-over-translation"
],
"devDependencies": {
"@toil/translate": "^1.0.8",
"@types/bun": "^1.3.11",
"@vot.js/core": "^2.4.12",
"crx3": "^2.0.0",
"lefthook": "^2.1.5",
"lightningcss": "^1.32.0",
"npm-run-all2": "^8.0.4",
"sass": "^1.99.0",
"typescript": "^5.9.3",
"vite": "^8.0.5",
"zip-a-folder": "^6.1.0"
},
"scripts": {
"test": "bun test",
"test:unit": "bun test",
"test:unit:watch": "bun test --watch",
"test:ui": "vite build --config vite.test-ui.config.ts",
"build": "vite build --config vite.config.ts",
"build:min": "vite build --mode minify --config vite.config.ts",
"build:all": "run-p build build:min",
"build:ext": "vite build --config vite.extension.config.ts",
"build:chrome": "vite build --mode chrome --config vite.extension.config.ts",
"build:firefox": "vite build --mode firefox --config vite.extension.config.ts",
"build:dev": "vite build --mode development --config vite.config.ts",
"dev": "vite build --watch --mode development --config vite.config.ts",
"format": "bunx @biomejs/biome check --write --unsafe ./src",
"gen:wiki": "bun run ./scripts/wiki-gen/index.js",
"localize": "bunx \"@toil/localize-tui\""
},
"dependencies": {
"@toil/gm-types": "^1.0.4",
"@vot.js/ext": "^2.4.12",
"@vot.js/shared": "^2.4.12",
"bowser": "^2.14.1",
"chaimu": "^1.0.6",
"lit": "^3.3.2",
"lit-html": "^3.3.2"
}
}