0.0.2
This commit is contained in:
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@evercatch/sdk",
|
"name": "@evercatch/sdk",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Evercatch SDK for Node.js/TypeScript (Coming Soon)",
|
"description": "Evercatch SDK for Node.js/TypeScript (Coming Soon)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Evercatch <npm@evercatch.dev>",
|
"author": "Evercatch <npm@evercatch.dev>",
|
||||||
@@ -9,12 +9,16 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.psmattas.com/evercatch/evercatch-node"
|
"url": "https://git.psmattas.com/evercatch/evercatch-node"
|
||||||
},
|
},
|
||||||
"keywords": ["evercatch", "webhooks", "sdk"],
|
"keywords": [
|
||||||
|
"evercatch",
|
||||||
|
"webhooks",
|
||||||
|
"sdk"
|
||||||
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"publish:public": "npm publish",
|
"publish:public": "npm publish",
|
||||||
"publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/"
|
"publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user