chore: add audit script for compare with refs

This commit is contained in:
2026-08-27 23:52:32 +05:00
parent adcc255107
commit bcdfc4cf12
6 changed files with 2553 additions and 1 deletions
+3 -1
View File
@@ -12,7 +12,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest run",
"format": "prettier --write .",
"lint": "eslint ."
"lint": "eslint .",
"audit": "node scripts/audit.mjs"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
@@ -23,6 +24,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.23.0",
"globals": "^17.11.0",
"playwright": "^1.62.1",
"prettier": "^3.9.6",
"prettier-plugin-svelte": "^4.1.1",
"svelte": "^5.56.1",