{ "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": { "release": "commit-and-tag-version", "publish:gitea": "npm publish", "publish:public": "npm publish --@evercatch:registry=https://registry.npmjs.org --access public", "publish:all": "npm run publish:gitea && npm run publish:public" }, "devDependencies": { "commit-and-tag-version": "^12.6.1" } }