-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.04 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.04 KB
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
{
"name": "alfurqan",
"version": "0.0.3",
"description": "Al Quran verses, translations, transliterations, juzs and chapters. Offline.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ariefsn/alquran-ts.git"
},
"keywords": [
"alquran",
"quran",
"alfurqan",
"moeslem",
"muslim",
"islam",
"islamic",
"religion",
"hadits",
"ayah",
"verse",
"chapter",
"surah",
"transliteration"
],
"author": "Arief Setiyo Nugroho",
"license": "MIT",
"bugs": {
"url": "https://github.com/ariefsn/alquran-ts/issues"
},
"homepage": "https://github.com/ariefsn/alquran-ts#readme",
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"devDependencies": {
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
}
}