UNPKG

chia-agent

Version:
38 lines 828 B
{ "name": "chia-agent", "version": "16.0.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" } }