Files
KVideo/verification/package.json
T

19 lines
389 B
JSON

{
"name": "kvideo-strict-verification",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"verify": "node src/main.mjs"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "8.65.0",
"axe-core": "4.12.1",
"jscpd": "5.0.14",
"pixelmatch": "7.2.0",
"playwright": "1.62.1",
"pngjs": "7.0.0",
"wrangler": "4.118.0"
}
}