@alexbosworth/fiat
Version:
Fiat rates library
33 lines (32 loc) • 654 B
JSON
{
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
"bugs": {
"url": "https://github.com/alexbosworth/fiat/issues"
},
"dependencies": {
"async": "3.2.4",
"asyncjs-util": "1.2.12"
},
"description": "Fiat rates library",
"engines": {
"node": ">=16"
},
"keywords": [
"currency",
"rates"
],
"license": "MIT",
"main": "index.js",
"name": "@alexbosworth/fiat",
"repository": {
"type": "git",
"url": "https://github.com/alexbosworth/fiat.git"
},
"scripts": {
"test": "npx nyc@15.1 node --experimental-test-coverage --test"
},
"version": "2.0.0"
}