@btc-vision/bitcoin-rpc
Version:
The one and only fully typed Bitcoin RPC client for Node.js
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "@btc-vision/bitcoin-rpc",
"type": "module",
"version": "1.1.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": "tsc --watch",
"start": "cd build && node index",
"build": "eslint src && tsc",
"test": "vitest run"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"author": "BlobMaster41",
"license": "MIT",
"devDependencies": {
"@types/node": "^25.3.5",
"eslint": "^10.0.3",
"prettier": "3.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vitest": "^4.0.18"
},
"repository": {
"type": "git",
"url": "git://github.com/btc-vision/bitcoin-rpc.git"
},
"homepage": "https://opnet.org",
"keywords": [
"bitcoin-rpc",
"bitcoin",
"opnet",
"btc"
],
"dependencies": {
"@btc-vision/bsi-common": "^1.2.1",
"@eslint/js": "^10.0.1",
"rpc-request": "^9.0.0",
"undici": "^7.22.0"
}
}