-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 2.59 KB
/
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
99
100
101
102
103
{
"name": "prayers-call",
"type": "module",
"version": "1.7.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",
"@observablehq/plot": "^0.6.11",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/d3": "^7.4.1",
"@types/node": "^18.7.5",
"@types/npmcli__ci-detect": "^2.0.0",
"@types/topojson-client": "^3.1.2",
"@vitest/coverage-istanbul": "^0.23.2",
"@vitest/ui": "^0.23.4",
"bumpp": "^8.2.1",
"d3": "^7.8.5",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-tsdoc": "^0.2.17",
"esno": "^0.16.3",
"markdown-it-footnote": "^3.0.3",
"markdown-it-task-lists": "^2.1.1",
"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-rc.20",
"vitest": "^0.22.0",
"vue": "^3.2.39"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"dependencies": {
"@rapideditor/country-coder": "^5.2.2",
"adhan": "^4.4.3",
"consola": "^3.2.3",
"rxjs": "^7.5.6"
}
}