UNPKG

@btc-vision/bitcoin-rpc

Version:

The one and only fully typed Bitcoin RPC client for Node.js

60 lines (59 loc) 1.58 kB
{ "name": "@btc-vision/bitcoin-rpc", "type": "module", "version": "1.0.2", "description": "The one and only fully typed Bitcoin RPC client for Node.js", "main": "build/index.js", "types": "build/index.d.ts", "typings": "build/index.d.ts", "exports": { ".": { "import": "./build/index.js", "require": "./build/index.js", "types": "./build/index.d.ts" } }, "scripts": { "watch": "gulp watch", "start": "cd build && node index", "build": "gulp" }, "publishConfig": { "access": "public", "tag": "latest" }, "author": "BlobMaster41", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.27.2", "@types/node": "^24.0.1", "eslint": "^9.28.0", "prettier": "3.5.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0" }, "repository": { "type": "git", "url": "git://github.com/btc-vision/bitcoin-rpc.git" }, "homepage": "https://opnet.org", "keywords": [ "bitcoin-rpc", "bitcoin", "opnet", "btc" ], "dependencies": { "@eslint/js": "^9.28.0", "@btc-vision/bsi-common": "^1.1.0", "gulp": "^5.0.0", "gulp-cached": "^1.1.1", "gulp-logger": "^0.0.2", "gulp-typescript": "^6.0.0-alpha.1", "gulp-clean": "^0.4.0", "gulp-eslint-new": "^2.4.0", "rpc-request": "^8.0.1", "ts-node": "^10.9.2", "undici": "^7.10.0" } }