@davidrebollo92/currency-exchange
Version:
Convert currencies by entering the exchange rate with a precision of 6 decimal places. It also allows you to get the exchange rate between two amounts
46 lines • 1.18 kB
JSON
{
"name": "@davidrebollo92/currency-exchange",
"version": "1.1.0",
"description": "Convert currencies by entering the exchange rate with a precision of 6 decimal places. It also allows you to get the exchange rate between two amounts",
"repository": "https://github.com/davidrebollo92/currency-exchange",
"source": "src/index.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "parcel build",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"convert",
"conversion",
"currency",
"money",
"precision",
"decimals"
],
"author": {
"name": "David Rebollo",
"email": "dra992@gmail.com"
},
"bugs": {
"url": "https://github.com/davidrebollo92/currency-exchange/issues"
},
"license": "MIT",
"dependencies": {
"currency.js": "^2.0.4"
},
"devDependencies": {
"@parcel/packager-ts": "^2.8.3",
"@parcel/transformer-typescript-types": "^2.8.3",
"parcel": "^2.8.3",
"typescript": "^4.2.3"
},
"files": [
"dist",
"LICENSE",
"package.json",
"README.md"
]
}