-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 958 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 958 Bytes
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
{
"name": "awesome-github-repos",
"version": "1.0.0",
"description": "A modern, elegant platform for showcasing your starred GitHub repositories",
"main": "index.html",
"scripts": {
"start": "npx serve .",
"dev": "npx serve . --listen 3000",
"serve": "npx serve . --listen 8000",
"build": "echo 'Static site - no build needed'",
"preview": "npx serve . --listen 4173"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonngw/awesome-github-repos.git"
},
"keywords": [
"github",
"repositories",
"showcase",
"portfolio",
"dark-theme",
"light-theme",
"responsive",
"vanilla-js",
"css-grid",
"accessibility"
],
"author": "tonngw",
"license": "MIT",
"bugs": {
"url": "https://github.com/tonngw/awesome-github-repos/issues"
},
"homepage": "https://github.com/tonngw/awesome-github-repos#readme",
"devDependencies": {
"serve": "^14.2.1"
}
}