Add biome config and update dependencies
Some checks failed
CI / test (18) (push) Has been cancelled
CI / test (20) (push) Has been cancelled
CI / test (22) (push) Has been cancelled
Build and Push to GHCR / Build and Push (push) Has been cancelled
Semgrep SAST / Semgrep security scan (push) Has been cancelled
Trivy Security Scan / Trivy vulnerability scan (push) Has been cancelled
Daily Data Freshness Check / check-updates (push) Has been cancelled
Daily Data Freshness Check / report (push) Has been cancelled
Drift Detection / drift-detect (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 16:54:21 +00:00
parent 4d64a43461
commit b963970f37
3 changed files with 203 additions and 0 deletions

View File

@@ -51,6 +51,10 @@
"drift:detect": "node --import tsx scripts/drift-detect.ts",
"validate": "npm run lint && npm test && npm run test:contract",
"lint": "tsc --noEmit",
"format": "biome format --write",
"format:check": "biome format",
"biome": "biome check",
"biome:fix": "biome check --write",
"prepublishOnly": "npm run build",
"postinstall": "test -d dist || npm run build || true",
"check-updates": "node --import tsx scripts/check-updates.ts"
@@ -60,6 +64,7 @@
"@modelcontextprotocol/sdk": "^1.25.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.15.29",
"@vercel/node": "^5.6.4",