@padmesh123/currency-convertor
Version:
An npm package to convert currency using FreeCurrencyAPI.
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "@padmesh123/currency-convertor",
"version": "1.0.5",
"description": "An npm package to convert currency using FreeCurrencyAPI.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/padmeshdwivedi/code-to-currency-convertor.git"
},
"keywords": [
"currency-converter",
"convert-currency",
"currency-api",
"exchange-rate",
"freecurrencyapi",
"javascript",
"nodejs",
"async-function",
"npm-module",
"currency-utils"
],
"author": "Padmesh Dwivedi",
"license": "ISC",
"bugs": {
"url": "https://github.com/padmeshdwivedi/code-to-currency-convertor/issues"
},
"homepage": "https://github.com/padmeshdwivedi/code-to-currency-convertor#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@everapi/freecurrencyapi-js": "^1.0.1"
}
}