UNPKG

@datazod/zod-sql

Version:

Convert Zod schemas to SQL table definitions with support for SQLite, PostgreSQL, and MySQL

63 lines (62 loc) 1.23 kB
{ "name": "@datazod/zod-sql", "version": "0.2.9", "private": false, "description": "Convert Zod schemas to SQL table definitions with support for SQLite, PostgreSQL, and MySQL", "author": { "name": "Tia-Lab", "url": "https://github.com/tia-lab" }, "repository": { "type": "git", "url": "https://github.com/tia-lab/datazod.git", "directory": "packages/zod-sql" }, "homepage": "https://github.com/tia-lab/datazod/tree/main/packages/zod-sql", "keywords": [ "zod", "sql", "sqlite", "postgres", "mysql", "schema", "typescript", "database" ], "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "bun src/index.ts", "test": "bun test", "lint": "echo \"Linting disabled for now\"", "check-types": "tsc --noEmit" }, "peerDependencies": { "zod": "^3.x" }, "dependencies": { "@datazod/shared": "^0.1.4" }, "devDependencies": { "zod": "^3.25.20" }, "publishConfig": { "access": "public", "dependencies": { "@datazod/shared": "^0.1.0" } }, "license": "MIT" }