{
	"name": "@enalmada/drizzle-helpers",
	"version": "0.0.18",
	"scripts": {
		"build": "bun build:clear && bun build:script && bun build:declaration",
		"build:clear": "rm -rf dist",
		"build:declaration": "tsc --emitDeclarationOnly",
		"build:script": "cross-env NODE_ENV=production bun build.ts",
		"dev": "cd website && bun run dev",
		"dev:install": "bun install",
		"lint": "biome check --fix --unsafe",
		"pre-commit": "bun lint-staged",
		"prepare": "husky",
		"release": "bun run build && bunx changeset publish",
		"test": "bun run test:unit",
		"test:unit": "cross-env NODE_ENV=test vitest",
		"type-check": "bun --bun tsc --noEmit"
	},
	"dependencies": {
		"dotenv": "16.4.7",
		"dotenv-cli": "7.4.4"
	},
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"@changesets/cli": "2.27.10",
		"@enalmada/bun-externals": "0.0.7",
		"@scaleway/changesets-renovate": "2.1.2",
		"@types/node": "22.10.1",
		"cross-env": "7.0.3",
		"drizzle-orm": "0.38.0",
		"fixpack": "4.0.0",
		"husky": "9.1.7",
		"lint-staged": "15.2.11",
		"postgres": "3.4.5",
		"turbo": "2.3.3",
		"typescript": "5.7.2",
		"vitest": "2.1.8"
	},
	"peerDependencies": {
		"drizzle-orm": ">=0.38",
		"postgres": ">=3.4.0"
	},
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"author": "Adam Lane",
	"description": "drizzle postgres utilities for connection, migration, and relational query simplification",
	"keywords": [
		"drizzle ORM postgres",
		"drizzle connect postgres",
		"drizzle migrate postgres"
	],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/Enalmada/drizzle-helpers/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Enalmada/drizzle-helpers.git"
	},
	"homepage": "https://github.com/Enalmada/drizzle-helpers",
	"private": false,
	"publishConfig": {
		"access": "public"
	},
	"type": "module",
	"packageManager": "bun@1.1.38",
	"trustedDependencies": ["@biomejs/biome"]
}
