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",
"test": "vitest run --pool forks"
},
"devDependencies": {
"typescript": "^5.7.3",
"vitest": "^3.0.0"
},
"publishConfig": {
"registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/"
}