moonode-nextweek-salat
Version:
A utility package for calculating next week's prayer times
41 lines (40 loc) • 908 B
JSON
{
"name": "moonode-nextweek-salat",
"version": "1.0.5",
"description": "A utility package for calculating next week's prayer times",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
}
},
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"prayer",
"islamic",
"prayer-times",
"hijri",
"calendar",
"salat",
"mosque",
"masjid"
],
"author": "moonode",
"license": "MIT",
"dependencies": {
"moment": "^2.30.1"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-terser": "^0.1.0",
"rollup": "^2.79.2"
}
}