Files
evercatch-node/package.json
Puranjay Savar Mattas 32d170decc
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
EC-21: FEAT: Added new node package and initialized the repo
Refers Evercatch/evercatch-board#21
2026-02-18 16:29:36 +00:00

17 lines
403 B
JSON

{
"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"
}
}