Files
evercatch-node/package.json

21 lines
553 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"
},
"scripts": {
"publish:public": "npm publish",
"publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/"
}
}