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.1", "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.26.7", "@types/node": "^22.13.0", "eslint": "^9.19.0", "prettier": "3.4.2", "typescript": "^5.7.3", "typescript-eslint": "^8.22.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.19.0", "@btc-vision/bsi-common": "^1.0.23", "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.0", "ts-node": "^10.9.2", "undici": "^7.3.0" } }