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