build: add jscpd as direct dependency for duplicate code detection

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
Mikael Hugo 2026-05-08 15:51:38 +02:00
parent 7287490cfd
commit d3ff8efb22
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@
git
just
libsecret
nodePackages.jscpd
pkg-config
protobuf
rust-analyzer

View file

@ -164,6 +164,7 @@
"@vitest/coverage-v8": "^4.1.5",
"esbuild": "^0.27.4",
"jiti": "^2.6.1",
"jscpd": "^4.0.9",
"typescript": "^5.4.0",
"typescript-language-server": "^5.1.3",
"vitest": "^4.1.5"