UNPKG

@kyve/core

Version:

🚀 The base KYVE node implementation.

58 lines (57 loc) • 1.69 kB
{ "name": "@kyve/core", "description": "🚀 The base KYVE node implementation.", "version": "1.3.5", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "homepage": "https://github.com/KYVENetwork/core#readme", "repository": { "type": "git", "url": "git+https://github.com/KYVENetwork/core" }, "keywords": [ "KYVE", "Arweave", "Blockchain", "PoS" ], "author": "John Letey <john@kyve.network>, Troy Kessler <troy@kyve.network>", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "rimraf dist && yarn format && tsc", "format": "prettier --write .", "deploy": "yarn build && yarn npm publish" }, "dependencies": { "@cosmjs/proto-signing": "^0.27.1", "@cosmjs/stargate": "^0.27.1", "@kyve/proto": "1.0.0", "@kyve/sdk": "2.0.0", "@types/cli-progress": "^3.9.2", "@types/jsonfile": "^6.0.1", "arweave": "^1.10.17", "axios": "^0.24.0", "base64url": "^3.0.1", "bignumber.js": "^9.0.1", "commander": "^8.3.0", "fs-extra": "^10.0.1", "jsonfile": "^6.1.0", "prando": "^6.0.1", "prom-client": "^14.0.1", "protobufjs": "^6.11.2", "tslog": "^3.2.2", "unique-names-generator": "^4.6.0" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/node": "^16.10.3", "@types/object-hash": "^2.2.1", "@types/semver": "^7.3.9", "prettier": "^2.4.1", "rimraf": "^3.0.2", "typescript": "^4.4.3" } }