49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|