btcd-client
Version:
A bitcoin core json rpc client
39 lines (38 loc) • 748 B
JSON
{
"name": "btcd-client",
"version": "1.0.4",
"description": "A bitcoin core json rpc client",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"scripts": {
"build": "tsc"
},
"keywords": [
"bitcoin",
"bitcoin-core",
"btcd",
"btc",
"bitcoin-client"
],
"author": "Anthony DeMattos",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/demattosanthony/btcd-client.git"
},
"devDependencies": {
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.3.5"
}
}