EC-21: FEAT: Added new node package and initialized the repo
All checks were successful
PR Management Bot / pr-bot (pull_request) Successful in 6s
PR Title Checker / Validate PR Title Format (pull_request) Successful in 2s

Refers Evercatch/evercatch-board#21
This commit is contained in:
2026-02-18 16:29:36 +00:00
parent b3cd9ca334
commit 32d170decc
3 changed files with 43 additions and 14 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "@evercatch/sdk",
"version": "0.0.1",
"description": "Evercatch SDK for Node.js/TypeScript (Coming Soon)",
"main": "index.js",
"author": "Evercatch <npm@evercatch.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.psmattas.com/evercatch/evercatch-node"
},
"keywords": ["evercatch", "webhooks", "sdk"],
"engines": {
"node": ">=16"
}
}