-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "vakit-landing-page",
"version": "1.0.0",
"description": "Modern namaz vakitleri uygulaması landing page",
"main": "docs/index.html",
"scripts": {
"start": "cd docs && python3 -m http.server 8000",
"dev": "cd docs && python3 -m http.server 8000",
"build": "echo 'Static site - no build required'",
"test": "echo 'No tests specified'",
"lint": "echo 'No linting configured'"
},
"keywords": [
"vakit",
"namaz-vakitleri",
"ios",
"swift",
"swiftui",
"prayer-times",
"islamic-app",
"landing-page"
],
"author": {
"name": "Hakan Çelik",
"email": "hakancelikdev@gmail.com",
"url": "https://github.com/hakancelikdev"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hakancelikdev/vakit.git"
},
"homepage": "https://vakit.hakancelik.dev",
"bugs": {
"url": "https://github.com/hakancelikdev/vakit/issues"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {},
"dependencies": {}
}