{
  "name": "prayer-first",
  "version": "1.0.2",
  "description": "Prayer times for all cities based on location for developers only",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    "require": "./dist/cjs/index.cjs",
    "import": "./dist/esm/index.js"
  },
  "type": "module",
  "scripts": {
    "copy-db": "powershell -Command \"Copy-Item -Path src/muslim_db_v2.5.1.db -Destination dist/cjs/; Copy-Item -Path src/muslim_db_v2.5.1.db -Destination dist/esm/\"",
    "build": "rollup -c && npm run copy-db",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "prayer",
    "islam",
    "salat",
    "times",
    "kurdish",
    "prayer-kurdish",
    "prayer-time",
    "prayer-times"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BDXBB/prayer-first.git"
  },
  "bugs": {
    "url": "https://github.com/BDXBB/prayer-first/issues"
  },
  "homepage": "https://github.com/BDXBB/prayer-first#readme",
  "author": "Atta-dev",
  "license": "GPL-3.0",
  "dependencies": {
    "better-sqlite3": "^12.2.0"
  },
  "directories": {
    "example": "examples"
  },
  "devDependencies": {
    "rollup": "^4.46.2"
  }
}
