{
  "name": "nuxt-drizzle-migrations",
  "type": "module",
  "version": "0.3.1",
  "packageManager": "pnpm@10.33.2",
  "description": "Automatic Drizzle migrations in Nuxt",
  "author": "Matthew Messinger <mattmess1221@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/mattmess1221/nuxt-drizzle-migrations",
  "keywords": [
    "nuxt",
    "nuxt-module",
    "nitropack",
    "drizzle",
    "database",
    "migrations"
  ],
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "pnpm run dev:prepare && nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",
    "dev:db:generate": "cd playground && drizzle-kit generate",
    "release": "changelogen --release && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  },
  "dependencies": {
    "@nuxt/kit": "^4.4.4",
    "consola": "^3.4.2",
    "jiti": "^2.6.1",
    "pathe": "^2.0.3"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.2.0",
    "@libsql/client": "^0.17.3",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/test-utils": "^4.0.3",
    "changelogen": "^0.6.2",
    "drizzle-kit": "^0.31.10",
    "drizzle-orm": "^0.45.2",
    "eslint": "^10.3.0",
    "nuxt": "^4.4.4",
    "typescript": "~6.0.3",
    "vitest": "^4.1.5",
    "vue-tsc": "^3.2.8"
  }
}
