{ "name": "@evercatch/sdk", "version": "0.0.2", "description": "Evercatch SDK for Node.js/TypeScript (Coming Soon)", "main": "index.js", "author": "Evercatch ", "license": "MIT", "repository": { "type": "git", "url": "https://git.psmattas.com/evercatch/evercatch-node" }, "keywords": [ "evercatch", "webhooks", "sdk" ], "engines": { "node": ">=16" }, "scripts": { "publish:public": "npm publish", "publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/" } }