Update package.json

This commit is contained in:
Adam Matthiesen 2024-02-23 19:03:06 -08:00 committed by GitHub
parent 608d24521c
commit 71fd352b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 7 deletions

View File

@ -1,11 +1,11 @@
{
"name": "package-name",
"name": "@matthiesenxyz/astro-gists",
"version": "0.0.0",
"description": "TODO:",
"author": {
"email": "TODO:",
"name": "TODO:",
"url": "TODO:"
"email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen",
"url": "https://matthiesen.xyz"
},
"license": "MIT",
"keywords": [
@ -13,9 +13,11 @@
"astro-component",
"withastro",
"astro",
"TODO:"
"github",
"gist",
"octokit"
],
"homepage": "TODO:",
"homepage": "https://github.com/MatthiesenXYZ/astro-gists",
"publishConfig": {
"access": "public"
},
@ -31,4 +33,4 @@
"dependencies": {
"astro-integration-kit": "^0.3.0"
}
}
}