UNPKG

salat-first

Version:

Islamic prayer times calculation with special support for Moroccan methods and Maliki madhab

40 lines (39 loc) 756 B
{ "name": "salat-first", "version": "1.0.4", "description": "Islamic prayer times calculation with special support for Moroccan methods and Maliki madhab", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "islam", "prayer", "salat", "times", "morocco", "maliki", "madhab", "qibla", "asr", "fajr", "habous" ], "author": "Your Name", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.15.11", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.3" }, "files": [ "dist", "README.md", "LICENSE" ] }