openchain-sdk-yxl
Version:
openchain sdk
47 lines (46 loc) • 908 B
JSON
{
"name": "openchain-sdk-yxl",
"version": "1.1.0",
"description": "openchain sdk",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"openchain",
"openchain-sdk"
],
"author": "OpenChain",
"license": "ISC",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"axios": "^1.8.2",
"bignumber.js": "^9.1.2",
"buffer-to-uint8array": "^1.1.0",
"co-wrap-all": "^1.0.0",
"events": "^3.3.0",
"humps": "^2.0.1",
"is-type-of": "^1.2.0",
"json-bigint": "^0.2.3",
"long": "^4.0.0",
"merge-descriptors": "^1.0.1",
"openchain-encryption-nodejs-yxl": "1.2.0",
"path": "^0.12.7",
"protobufjs": "^7.2.4",
"ws": "^8.18.1"
},
"devDependencies": {
"chai": "^4.3.0",
"mocha": "^10.0.0"
},
"repository": {
"type": "git",
"url": "",
"web": ""
},
"directories": {
"lib": "lib"
}
}