mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-28 19:47:25 +00:00
49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"name": "koalasync",
|
|
"version": "3.1.5",
|
|
"description": "KoalaSync Build Scripts",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20.19.0"
|
|
},
|
|
"scripts": {
|
|
"build:extension": "node scripts/build-extension.cjs",
|
|
"indexnow": "node website/submit-indexnow.cjs",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"prepare:release": "node scripts/prepare-release.mjs",
|
|
"subset-flags": "node website/tools/subset-flag-font.mjs",
|
|
"test": "npm run verify",
|
|
"test:e2e": "playwright test --config tests/e2e/playwright.config.mjs",
|
|
"test:e2e:detection": "playwright test --config tests/e2e/playwright.config.mjs --project=detection-chromium --project=detection-firefox --project=detection-webkit",
|
|
"test:e2e:extension": "playwright test --config tests/e2e/playwright.config.mjs --project=extension-chromium",
|
|
"test:e2e:install": "playwright install chromium chromium-headless-shell firefox webkit",
|
|
"test:e2e:race": "playwright test --config tests/e2e/playwright.config.mjs --project=extension-chromium --grep @race --repeat-each=20",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:unit": "vitest run",
|
|
"verify": "node scripts/verify-release.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.62.0",
|
|
"@vitest/coverage-v8": "^4.1.10",
|
|
"addons-linter": "^10.9.0",
|
|
"archiver": "^8.0.0",
|
|
"cheerio": "^1.2.0",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^10.8.0",
|
|
"eslint-plugin-no-unsanitized": "^4.1.5",
|
|
"fs-extra": "^11.4.0",
|
|
"htmlnano": "^3.4.0",
|
|
"sharp": "^0.35.3",
|
|
"svgo": "^4.0.2",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"overrides": {
|
|
"brace-expansion": "5.0.9",
|
|
"fast-uri": "3.1.5",
|
|
"js-yaml": "4.3.1",
|
|
"postcss": "8.5.26"
|
|
}
|
|
}
|