diff --git a/packages/db/package.json b/packages/db/package.json index e8b50112a5..a5d3867781 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -2,9 +2,10 @@ "name": "@astrojs/db", "version": "0.1.3", "description": "", + "license": "MIT", "type": "module", - "license": "UNLICENSED", "types": "./dist/index.d.ts", + "author": "withastro", "exports": { ".": { "types": "./dist/index.d.ts", @@ -50,7 +51,6 @@ "@libsql/client": "0.4.0-pre.5", "astro": "workspace:*", "better-sqlite3": "^8.7.0", - "circle-rhyme-yes-measure": "latest", "drizzle-orm": "^0.28.6", "esbuild": "^0.19.4", "github-slugger": "^2.0.0",