finished package.json
This commit is contained in:
25
package.json
25
package.json
@@ -1,10 +1,13 @@
|
||||
{
|
||||
"name": "astro-github-component",
|
||||
"author": "vaporvee",
|
||||
"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.3",
|
||||
"version": "1.0.4",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.ts"
|
||||
@@ -13,6 +16,24 @@
|
||||
"src",
|
||||
"index.ts"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vaporvee/astro-github-component.git"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "GitHub Sponsors",
|
||||
"url": "https://github.com/sponsors/vaporvee"
|
||||
},
|
||||
{
|
||||
"type": "Ko-fi",
|
||||
"url": "https://ko-fi.com/vaporvee"
|
||||
}
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/vaporvee/astro-github-component/issues"
|
||||
},
|
||||
"homepage": "https://docs.vaporvee.com",
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"astro": "^4.8.3"
|
||||
|
Reference in New Issue
Block a user