bitcoin-rpcauth-js
Version:
Create login credentials for a JSON-RPC user
46 lines • 1.08 kB
JSON
{
"name": "bitcoin-rpcauth-js",
"version": "1.0.0",
"description": "Create login credentials for a JSON-RPC user",
"author": {
"name": "Aleksandr Ivannikov",
"email": "dev@an-ivannikov.com",
"url": "https://an-ivannikov.com"
},
"license": "MIT",
"main": "index.js",
"bin": {
"bitcoin-rpcauth": "./bin/bitcoin-rpcauth"
},
"scripts": {
"start": "node ./bin/bitcoin-rpcauth"
},
"dependencies": {
"base64url": "^3.0.1",
"yargs": "^15.3.1"
},
"homepage": "https://github.com/an-ivannikov-dev/bitcoin-rpcauth-js#readme",
"repository": {
"type": "git",
"url": "https://github.com/an-ivannikov-dev/bitcoin-rpcauth-js.git"
},
"bugs": {
"url": "https://github.com/an-ivannikov-dev/bitcoin-rpcauth-js/issues",
"email": "dev@an-ivannikov.com"
},
"keywords": [
"bitcoin",
"bitcoin-rpc",
"rpc",
"auth",
"rpcauth",
"generator"
],
"contributors": [
{
"name": "Aleksandr Ivannikov",
"email": "dev@an-ivannikov.com",
"url": "https://an-ivannikov.com"
}
]
}