@everapi/currencyapi-js
Version:
A JavaScript wrapper for the currencyapi.com API
30 lines (29 loc) • 718 B
JSON
{
"name": "@everapi/currencyapi-js",
"version": "1.0.6",
"description": "A JavaScript wrapper for the currencyapi.com API",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/everapihq/currencyapi-js.git"
},
"keywords": [
"currency",
"api",
"currencyapi",
"currency conversion",
"currency converter",
"currency data",
"exchange rates"
],
"author": "Lukas Struber",
"bugs": {
"url": "https://github.com/everapihq/currencyapi-js/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/everapihq/currencyapi-js#readme",
"license": "MIT"
}