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:
10
package.json
10
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user