EC-21: FEAT: Added new node package and initialized the repo
Refers Evercatch/evercatch-board#21
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user