-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
{
"name": "astro-github-component",
"author": {
"name": "vaporvee",
"url": "https://vaporvee.com"
},
"description": "Adds a component to astro with statically built GitHub info and dynamic updated stars and forks.",
"keywords":[ "astro-component","withastro"],
"license": "MIT",
"version": "1.0.4",
"type": "module",
"exports": {
".": "./index.ts"
},
"files": [
"src",
"index.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vaporvee/astro-github-component.git"
},
"funding": [
{
"type": "Ko-fi",
"url": "https://ko-fi.com/vaporvee"
},
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/vaporvee"
}
],
"bugs": {
"url": "https://github.com/vaporvee/astro-github-component/issues"
},
"homepage": "https://github.com/vaporvee/astro-github-component/",
"scripts": {},
"devDependencies": {
"astro": "^4.8.3"
},
"peerDependencies": {
"astro": "^4.0.0"
},
"dependencies": {
"@astrojs/check": "^0.6.0",
"typescript": "^5.4.5"
}
}