fixer-wrapper
Version:
Fixer.io Unofficial wrapper for Javascript
22 lines (21 loc) • 509 B
JSON
{
"name": "fixer-wrapper",
"version": "1.1.4",
"description": "Fixer.io Unofficial wrapper for Javascript",
"main": "./dist/index.js",
"scripts": {
"build": "tsc"
},
"keywords": ["fixer", "currency", "converter","fixer.io"],
"author": "Spaghetti <alejandrolpz0619@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@types/node": "^16.3.3",
"typescript": "^4.3.5"
},
"type": "module",
"types": "./dist/lib/wrapper.d.ts"
}