UNPKG

@bandprotocol/bandchain.js

Version:

Library for interacting with BandChain in browser and Node.js environments

70 lines (69 loc) 2.09 kB
{ "name": "@bandprotocol/bandchain.js", "version": "2.5.2", "description": "Library for interacting with BandChain in browser and Node.js environments", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "clean": "rimraf coverage lib", "tsc": "tsc -p tsconfig.json", "prepublish": "yarn clean && yarn tsc", "dev": "ts-node dev/node/index.ts", "dev:watch": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' dev/node/index.ts", "test": "jest --coverage", "test:watch": "jest --watch" }, "repository": { "type": "git", "url": "https://github.com/bandprotocol/bandchain.js" }, "author": "Band Protocol <dev@bandprotocol.com> (https://github.com/bandprotocol)", "bugs": { "url": "https://github.com/bandprotocol/bandchain.js/issues" }, "homepage": "https://github.com/bandprotocol/bandchain.js", "keywords": [ "oracle", "blockchain", "cross-chain", "cosmos-sdk", "decentralization" ], "license": "MIT", "devDependencies": { "@types/jest": "^29.5.1", "@types/ledgerhq__hw-transport-node-hid": "^4.22.2", "@types/ledgerhq__hw-transport-webusb": "^4.70.1", "@types/secp256k1": "^4.0.3", "@types/w3c-web-usb": "^1.0.6", "jest": "^29.5.0", "rimraf": "^5.0.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "ts-protoc-gen": "^0.15.0", "typescript": "^5.0.4" }, "dependencies": { "@bitcoinerlab/secp256k1": "^1.0.5", "@improbable-eng/grpc-web": "^0.15.0", "@improbable-eng/grpc-web-node-http-transport": "^0.15.0", "@ledgerhq/hw-transport-node-hid": "^6.29.3", "@ledgerhq/hw-transport-webhid": "^6.27.13", "@ledgerhq/hw-transport-webusb": "^6.27.13", "@types/google-protobuf": "^3.15.6", "axios": "^1.4.0", "bech32": "^2.0.0", "bip32": "^4.0.0", "bip39": "^3.1.0", "crypto": "^1.0.1", "ecpair": "^2.1.0", "google-protobuf": "^3.21.2", "ledger-cosmos-js": "^2.1.8", "secp256k1": "^5.0.0" }, "prettier": { "trailingComma": "all", "semi": false, "singleQuote": true } }