chia-agent
Version:
chia rpc/websocket client library
39 lines • 1 kB
JSON
{
"name": "chia-agent",
"version": "16.1.2",
"author": "ChiaMineJP <admin@chiamine.jp>",
"description": "chia rpc/websocket client library",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Chia-Mine/chia-agent.git"
},
"bugs": "https://github.com/Chia-Mine/chia-agent/issues",
"main": "./index.js",
"types": "./index.d.ts",
"bin": {
"chia-agent": "./bin/cli.js"
},
"keywords": [
"chia",
"xch",
"crypto",
"rpc",
"websocket",
"pool",
"typescript"
],
"engines": {
"node": ">=20.0.0"
},
"lint-staged": {
"*.{js,ts}": "eslint",
"*": "prettier --check --ignore-path .gitignore --ignore-path .prettierignore ."
},
"dependencies": {
"@chiamine/json-bigint": "^1.0.3",
"ws": "^8.18.2",
"yaml": "^2.8.0"
},
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c"
}