deno.land / x / prayers@v1.6.0 / package.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{ "name": "prayers-call", "type": "module", "version": "1.6.0", "packageManager": "pnpm@7.9.0", "description": "", "author": "Gimyboya", "license": "MIT", "funding": "https://github.com/sponsors/whiterocktech", "homepage": "https://github.com/whiterocktech/prayers-call#readme", "repository": { "type": "git", "url": "git+https://github.com/whiterocktech/prayers-call" }, "bugs": "https://github.com/whiterocktech/prayers-call/issues", "keywords": [], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "engines": { "node": ">=16" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "prepublishOnly": "nr build", "semantic-release": "semantic-release", "start": "esno examples/index.ts", "test": "vitest", "test:ui": "vitest --ui", "coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs" }, "devDependencies": { "@antfu/eslint-config": "^0.26.1", "@antfu/ni": "^0.17.2", "@antfu/utils": "^0.5.2", "@npmcli/ci-detect": "^3.0.2", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@types/node": "^18.7.5", "@types/npmcli__ci-detect": "^2.0.0", "@vitest/coverage-istanbul": "^0.23.2", "@vitest/ui": "^0.23.4", "bumpp": "^8.2.1", "eslint": "^8.22.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-tsdoc": "^0.2.17", "esno": "^0.16.3", "pnpm": "^7.9.0", "prettier": "^2.7.1", "rimraf": "^3.0.2", "semantic-release": "^19.0.5", "typescript": "^4.9.4", "unbuild": "^0.8.8", "vite": "^3.0.7", "vitepress": "1.0.0-alpha.15", "vitest": "^0.22.0", "vue": "^3.2.39" }, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "@algolia/client-search" ] } }, "dependencies": { "adhan": "^4.4.3", "country-locator": "^2.1.1", "rxjs": "^7.5.6", "tslog": "^4.4.4" }}
prayers

Version Info

Tagged at
7 months ago