Files
evercatch-node/package.json
2026-02-20 10:01:35 +00:00

25 lines
575 B
JSON

{
"name": "@evercatch/sdk",
"version": "0.0.2",
"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"
},
"scripts": {
"publish:public": "npm publish",
"publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/"
}
}