Rename @alkdev/drizzlebox -> @alkdev/dbtype

Update package name, description, repo URL, keywords, and docs
to reflect the new project identity as dbtype.
This commit is contained in:
2026-05-22 09:28:01 +00:00
parent 3034e6ebf8
commit 03a00e2f04
4 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@alkdev/drizzlebox",
"name": "@alkdev/dbtype",
"version": "0.1.0",
"description": "Generate Typebox schemas from Drizzle ORM schemas — fork of drizzle-typebox with @alkdev/typebox support",
"description": "Schema-first multi-dialect TypeBox/Drizzle bridge — define once, validate and deploy anywhere",
"type": "module",
"scripts": {
"build": "tsx scripts/build.ts",
@@ -29,11 +29,11 @@
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://git.alk.dev/alkdev/drizzlebox.git"
"url": "git+https://git.alk.dev/alkdev/dbtype.git"
},
"keywords": [
"typebox",
"drizzlebox",
"dbtype",
"validate",
"validation",
"schema",
@@ -49,7 +49,7 @@
"typescript",
"ts"
],
"author": "Based on drizzle-typebox by Drizzle Team; fork maintained by alkdev",
"author": "Based on drizzle-typebox by Drizzle Team; maintained by alkdev",
"license": "Apache-2.0",
"peerDependencies": {
"@alkdev/typebox": ">=0.34.49",