monero-wallet-rpc-js/package.json

20 lines
456 B
JSON

{
"name": "monero-wallet-rpc-js",
"type": "commonjs",
"version": "1.2.19",
"description": "Javascript wrapper for monero-wallet-rpc calls",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.gf4.pw/ki9/monero-wallet-rpc-js"
},
"author": "Keith Irwin (www.ki9.us)",
"license": "MIT",
"dependencies": {
"axios": "^1.6.8"
}
}