@rathmika/currencyconverter
Version:
A simple currency converter using exchange rate.
30 lines (26 loc) • 732 B
JSON
{
"name": "@rathmika/currencyconverter",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["currency convertor","USD","exchange"],
"author": "rathmikaa <rathmikaa@gmail.com>",
"license": "ISC",
"description": "A simple currency converter using exchange rate.",
"repository": {
"type": "git",
"url": "git+https://github.com/Rathmikaa/MyCurrencyExchanger.git"
},
"bugs": {
"url": "https://github.com/Rathmikaa/MyCurrencyExchanger.git"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"homepage": "https://github.com/Rathmikaa/MyCurrencyExchanger.git"
}