cosmos-delegation-js
Version:
Node API for Cosmos Delegation using Ledger Nano S/X
58 lines (57 loc) • 1.55 kB
JSON
{
"name": "cosmos-delegation-js",
"version": "0.2.1",
"description": "Node API for Cosmos Delegation using Ledger Nano S/X",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zondax/cosmos-delegation-js.git"
},
"keywords": [
"Ledger",
"Javascript",
"Tendermint",
"Cosmos",
"Delegation"
],
"author": "ZondaX GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zondax/cosmos-delegation-js/issues"
},
"homepage": "https://github.com/zondax/cosmos-delegation-js",
"dependencies": {
"@babel/runtime": "^7.4.4",
"axios": "^0.18.0",
"big.js": "^5.2.2",
"ledger-cosmos-js": "^2.0.2",
"secp256k1": "3.6.2"
},
"devDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.61.1",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"axios-mock-adapter": "^1.16.0",
"babel-jest": "^24.7.1",
"bip32": "2.0.1",
"bip39": "2.6.0",
"crypto-js": "3.1.9-1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"jest": "^24.7.1"
},
"scripts": {
"build": "babel src --out-dir dist",
"test:unit": "jest -c jest.config.unit.js",
"test:integration": "jest -c jest.config.integration.js --runInBand --detectOpenHandles"
},
"moduleDirectories": [
"node_modules",
"dist"
]
}