centrix-sdk
Version:
A SDK used to interact with the centrix API in a simple way.
28 lines (27 loc) • 564 B
JSON
{
"name": "centrix-sdk",
"version": "1.0.1",
"description": "A SDK used to interact with the centrix API in a simple way.",
"main": "src/client.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Icy",
"license": "MIT",
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/elliptic": "^6.4.18",
"@types/node": "^22.15.3",
"crypto-js": "^4.2.0",
"elliptic": "^6.6.1"
},
"keywords": [
"crypto",
"centrix",
"clc",
"sdk",
"coc",
"mst"
],
"type": "module"
}