qvapay
Version:
Nodejs Library for QvaPay API
31 lines (30 loc) • 605 B
JSON
{
"name": "qvapay",
"version": "0.0.6",
"description": "Nodejs Library for QvaPay API",
"main": "lib/qvapay.js",
"scripts": {
"test": "jest --env=node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Datalis/qvapay.git"
},
"keywords": [
"qvapay",
"crypto",
"cuba"
],
"author": "Abraham Calas",
"license": "MIT",
"bugs": {
"url": "https://github.com/Datalis/qvapay/issues"
},
"homepage": "https://github.com/Datalis/qvapay#readme",
"devDependencies": {
"jest": "^26.6.3"
},
"dependencies": {
"axios": "^0.21.1"
}
}