chore: align protocol validation tooling

This commit is contained in:
nav
2026-04-09 05:03:03 +00:00
parent 8744a771a2
commit 2611304084
2 changed files with 1827 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},