buda-promise
Version:
buda.com REST API wrapper using promises
47 lines (46 loc) • 894 B
JSON
{
"name": "buda-promise",
"version": "0.3.5",
"description": "buda.com REST API wrapper using promises",
"keywords": [
"buda",
"btc",
"clp",
"cop",
"pen",
"eth",
"bch",
"ltc",
"usdc",
"usdt",
"sol",
"bitcoin",
"ethereum",
"promise",
"rest",
"api",
"wrapper"
],
"author": "Andres Junge <ajunge@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.7.0",
"underscore": "1.13.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajunge/buda-promise.git"
},
"main": "buda.js",
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/ajunge/buda-promise/issues",
"email": "ajunge@gmail.com"
},
"homepage": "https://github.com/ajunge/buda-promise#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}