feat: add webhooks (#334)

This commit is contained in:
KM Koushik
2026-01-18 20:50:54 +11:00
committed by GitHub
parent f40a311cc9
commit 8676965019
58 changed files with 5334 additions and 245 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "@usesend/lib",
"version": "0.0.0",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
"files": [
"src"
],
"scripts": {
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@types/node": "^22.15.2",
"@usesend/eslint-config": "workspace:*",
"@usesend/typescript-config": "workspace:*",
"eslint": "^8.57.1",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
}
}