UNPKG

argy-usd

Version:

A simple and efficient library for fetching Argentine dollar exchange rates and performing currency conversions.

47 lines (46 loc) 908 B
{ "name": "argy-usd", "version": "1.0.4", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts", "test": "jest" }, "type": "module", "keywords": [ "dólar", "argentina", "cotización", "blue", "oficial", "mep", "ccl", "tipo de cambio" ], "devDependencies": { "@babel/preset-env": "^7.26.9", "@babel/preset-typescript": "^7.27.0", "@types/jest": "^29.5.14", "babel-jest": "^29.7.0", "jest": "^29.7.0", "ts-jest": "^29.3.2", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "dependencies": { "axios": "^1.8.4" }, "license": "MIT", "author": "alestivanello99@hotmail.com" }