@kyve/sdk-beta
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</
64 lines (63 loc) • 1.83 kB
JSON
{
"name": "@kyve/sdk-beta",
"version": "3.7.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",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rimraf dist && tsc",
"format": "prettier --write .",
"doc": "typedoc",
"test": "jest test",
"test:unit": "jest test/unit",
"test:integrations": "jest test/integrations",
"lint": "eslint . --ignore-path ../../.eslintignore --ext ts --ext tsx --ext js --ext jsx",
"lint:fix": "eslint --fix . --ignore-path ../../.eslintignore --ext ts --ext tsx --ext js --ext jsx"
},
"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-beta": "1.12.1",
"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"
}
}