diff --git a/.changeset/grumpy-moose-pretend.md b/.changeset/grumpy-moose-pretend.md new file mode 100644 index 000000000000..899323735623 --- /dev/null +++ b/.changeset/grumpy-moose-pretend.md @@ -0,0 +1,5 @@ +--- +"@astrojs/db": patch +--- + +Improves `package.json` metadata fields diff --git a/packages/db/package.json b/packages/db/package.json index e58bf32b8f9b..68149f69bbd9 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,8 +1,15 @@ { "name": "@astrojs/db", "version": "0.10.3", - "description": "", + "description": "Add libSQL and Astro Studio support to your Astro site", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/withastro/astro.git", + "directory": "packages/db" + }, + "bugs": "https://github.com/withastro/astro/issues", + "homepage": "https://docs.astro.build/en/guides/integrations-guide/db/", "type": "module", "author": "withastro", "types": "./index.d.ts",