{
  "name": "@deox/drizzle-d1-utils",
  "version": "0.0.3",
  "private": false,
  "description": "Drizzle D1 utils",
  "keywords": [
    "drizzle-d1",
    "cloudflare-d1"
  ],
  "license": "MIT",
  "author": {
    "name": "Deo Kumar",
    "url": "https://github.com/kumardeo"
  },
  "homepage": "https://github.com/kumardeo/deox/tree/main/packages/drizzle-d1-utils#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/kumardeo/deox",
    "directory": "packages/drizzle-d1-utils"
  },
  "bugs": {
    "url": "https://github.com/kumardeo/deox/issues"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "peerDependencies": {
    "drizzle-kit": ">=0.21.3",
    "wrangler": "^4.0.0"
  },
  "dependencies": {
    "prompt-sync": "^4.2.0"
  },
  "devDependencies": {
    "@types/prompt-sync": "^4.2.3",
    "drizzle-kit": "^0.21.3",
    "tsdown": "^0.21.4",
    "wrangler": "^4.76.0"
  },
  "scripts": {
    "lint": "biome lint ./src",
    "check": "biome check ./src",
    "check:types": "tsc --noEmit",
    "build": "NODE_ENV=production tsdown",
    "dev": "NODE_ENV=development tsdown --watch"
  }
}