fix(webhook-dispatch): add missing typescript + vitest devDependencies
This commit is contained in:
parent
7284914fb3
commit
87ae533b58
@ -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/"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user