UNPKG

cpray

Version:

Module to retrieve prayer times from official JAKIM homepage (e-solat)

69 lines (68 loc) 1.36 kB
{ "name": "cpray", "version": "1.3.0", "description": "Module to retrieve prayer times from official JAKIM homepage (e-solat)", "main": "cpray.js", "type": "module", "exports": { ".": { "import": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "test": "npx vitest run --coverage", "build": "node build.js", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/c4lyp5o/cpray.git" }, "bugs": { "url": "https://github.com/c4lyp5o/cpray/issues" }, "homepage": "https://github.com/c4lyp5o/cpray#readme", "engines": { "node": ">=16.0.0" }, "keywords": [ "prayer", "times", "salah", "sholat", "solat", "salah", "malaysia", "islam", "muslim", "prayer times", "malaysia prayer times", "islamic prayer times", "muslim prayer times", "jakim", "e-solat", "waktusolat", "api", "json", "async", "await", "promise", "then", "catch", "fallback", "reliability" ], "author": "c4lyp5o", "license": "MIT", "devDependencies": { "@vitest/coverage-v8": "^3.1.2", "axios": "^1.9.0", "esbuild": "^0.25.3", "vitest": "^3.1.2" } }