{
  "name": "prayer-times-api",
  "version": "1.0.2",
  "description":  "A simple Node.js wrapper to fetch Islamic prayer times.",
  "main": "index.js",
  "scripts": {
    "test": "node index.js"
  },
  "keywords": [
    "prayer-times",
    "islamic",
    "adhan",
    "namaz",
    "api",
    "muslim"
  ],
  "author": "Ravi",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2"
  }
}
