28 lines
577 B
JSON
28 lines
577 B
JSON
{
|
|
"name": "astro-github-component",
|
|
"author": "vaporvee",
|
|
"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.3",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"index.ts"
|
|
],
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"astro": "^4.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.6.0",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|