voice-over-translation/package.json
NullVerdict 5ee845e47f
Some checks failed
Build / node (22.x) (push) Has been cancelled
Build / extension (22.x) (push) Has been cancelled
Build / bun (push) Has been cancelled
Release / Build Release (push) Has been cancelled
Release / create_release (push) Has been cancelled
refactor: enhance AudioDownloader logic & improve fullScreen mount handling
2026-04-22 01:54:12 +04:00

54 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",
"@vot.js/core": "^2.4.12",
"crx3": "^2.0.0",
"lefthook": "^2.1.5",
"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": {
"@types/bun": "^1.3.11",
"@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-html": "^3.3.2"
}
}