finished package.json
This commit is contained in:
25
package.json
25
package.json
@@ -1,10 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-github-component",
|
"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.",
|
"description": "Adds a component to astro with statically built GitHub info and dynamic updated stars and forks.",
|
||||||
"keywords":[ "astro-component","withastro"],
|
"keywords":[ "astro-component","withastro"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.ts"
|
".": "./index.ts"
|
||||||
@@ -13,6 +16,24 @@
|
|||||||
"src",
|
"src",
|
||||||
"index.ts"
|
"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": {},
|
"scripts": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^4.8.3"
|
"astro": "^4.8.3"
|
||||||
|
Reference in New Issue
Block a user