{
  "name": "@syncx/currency-converter-package-demo",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "nodemon test.js"
  },
  "bin": "index.js",
  "keywords": [
    "currency",
    "conversion-rate",
    "converter"
  ],
  "author": "Bhavya Dang",
  "license": "ISC",
  "description": "This is a node.js currency converter.",
  "dependencies": {
    "axios": "^1.8.3",
    "currency-converter-package-demo": "^1.0.0"
  }
}
