{
    "name": "manthan-currency-converter",
    "version": "1.0.2",
    "description": "An npm library for currency converter",
    "main": "index.js",
    "type": "module",
    "scripts": {
        "test": "npm run test"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Manthancode28/manthan-currency-converter.git"
    },
    "keywords": [
        "npm", "manthan", "currency", "currency-converter", "Manthan", "money", "convert"
    ],
    "author": "Manthan Nimonkar",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/Manthancode28/manthan-currency-converter/issues"
    },
    "homepage": "https://github.com/Manthancode28/manthan-currency-converter#readme",
    "dependencies": {
        "@everapi/freecurrencyapi-js": "^1.0.1",
        "manthan-currency-converter": "^1.0.0"
    }
}