fix(webhook-dispatch): add missing typescript + vitest devDependencies

This commit is contained in:
saravanakumardb1 2026-04-13 11:41:34 -07:00
parent 7284914fb3
commit 87ae533b58

View File

@ -18,6 +18,10 @@
"build": "tsc", "build": "tsc",
"test": "vitest run --pool forks" "test": "vitest run --pool forks"
}, },
"devDependencies": {
"typescript": "^5.7.3",
"vitest": "^3.0.0"
},
"publishConfig": { "publishConfig": {
"registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/" "registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/"
} }