@kyve/core-beta
Version:
🚀 The base KYVE node implementation.
68 lines (67 loc) • 2.18 kB
JSON
{
"name": "@kyve/core-beta",
"description": "🚀 The base KYVE node implementation.",
"version": "1.22.2",
"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/node.git"
},
"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",
"test": "jest",
"format": "prettier --write .",
"deploy": "yarn build && yarn npm publish",
"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": {
"@bundlr-network/client": "^0.8.9",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.27.1",
"@kyve/proto-beta": "1.12.1",
"@kyve/sdk-beta": "3.6.0",
"@types/cli-progress": "^3.9.2",
"@types/jsonfile": "^6.0.1",
"arweave": "^1.10.17",
"axios": "^0.24.0",
"bignumber.js": "^9.0.1",
"commander": "^9.4.1",
"fs-extra": "^10.0.1",
"jsonfile": "^6.1.0",
"level": "^8.0.0",
"prando": "^6.0.1",
"prom-client": "^14.1.0",
"protobufjs": "^6.11.2",
"seedrandom": "^3.0.5",
"tslog": "^3.2.2",
"unique-names-generator": "^4.6.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.7",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"@types/object-hash": "^2.2.1",
"@types/seedrandom": "^3.0.2",
"@types/semver": "^7.3.9",
"jest": "^28.1.3",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"typescript": "^4.4.3"
}
}