@kyve/sdk
Version:
<p align="center"> <a href="https://kyve.network"> <img src="https://user-images.githubusercontent.com/62398724/137493477-63868209-a19b-4efa-9413-f06d41197d6d.png" style="border-radius: 50%" height="96"> </a> <h3 align="center"><code>@kyve/sdk</
60 lines (59 loc) • 1.63 kB
JSON
{
"name": "@kyve/sdk",
"version": "3.1.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/KYVENetwork/node.git"
},
"keywords": [
"KYVE",
"Arweave",
"Blockchain",
"PoS"
],
"author": "Ruslan Hlaznov <ruslan@kyve.network>, John Letey <john@kyve.network>, Troy Kessler <troy@kyve.network>, Max Breithecker <max@kyve.network>",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
"format": "prettier --write .",
"doc": "typedoc",
"test": "jest test",
"test:unit": "jest test/unit",
"test:integrations": "jest test/integrations"
},
"dependencies": {
"@cosmjs/amino": "0.28.3",
"@cosmjs/crypto": "0.27.1",
"@cosmjs/encoding": "0.27.1",
"@cosmjs/proto-signing": "0.28.0",
"@cosmjs/stargate": "0.28.0",
"@cosmjs/tendermint-rpc": "0.28.0",
"@cosmostation/extension-client": "^0.0.6",
"@keplr-wallet/cosmos": "0.9.16",
"@kyve/proto": "1.9.0",
"axios": "0.25.0",
"bech32": "2.0.0",
"bignumber.js": "9.0.2",
"humanize-number": "0.0.2",
"qs": "^6.10.5"
},
"devDependencies": {
"@keplr-wallet/types": "^0.9.12",
"@types/jest": "^28.1.3",
"@types/qs": "^6.9.7",
"ajv": "^8.11.0",
"copyfiles": "^2.4.1",
"jest": "^28.1.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"tslib": "^2.4.0",
"typedoc": "^0.22.17",
"typescript": "^4.5.5",
"typescript-json-schema": "^0.53.1"
},
"gitHead": "d4e95600c6594ba0d912407d6c9a68097e1b7f2d"
}