Files
kuekhaoyang 3771b63332 feat: add self-contained strict verification chain
Keep every post-59948b5 change inside verification/. The verifier owns its npm working directory and sanitized Docker context, so no release metadata or root Docker configuration is modified.
2026-08-02 06:11:13 +08:00

21 lines
457 B
JSON

{
"name": "kvideo-strict-verification",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"@typescript-eslint/typescript-estree": "8.65.0",
"@eslint/js": "10.0.1",
"axe-core": "4.12.1",
"c8": "12.0.0",
"esbuild": "0.28.1",
"eslint": "10.8.0",
"globals": "17.8.0",
"jscpd": "5.0.14",
"pixelmatch": "7.2.0",
"playwright": "1.62.1",
"pngjs": "7.0.0",
"wrangler": "4.118.0"
}
}