{
  "name": "prisma-kysely",
  "version": "2.2.0",
  "description": "Generate Kysely database types from a Prisma schema",
  "repository": {
    "url": "git+https://github.com/valtyr/prisma-kysely.git"
  },
  "license": "MIT",
  "author": {
    "name": "Valtyr Orn Kjartansson",
    "url": "http://valtyr.is"
  },
  "contributors": [
    {
      "name": "Alistair Smith",
      "url": "https://alistair.sh"
    },
    {
      "name": "Arthur Fiorette",
      "url": "https://arthur.place"
    }
  ],
  "main": "dist/generator.js",
  "bin": {
    "prisma-kysely": "dist/bin.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tspc",
    "dev": "tspc --watch",
    "fix": "prettier --write .",
    "lint": "eslint ./src",
    "prepack": "yarn build",
    "release": "yarn build && yarn changeset publish",
    "start": "node dist/bin.js",
    "test": "yarn build && vitest --passWithNoTests --coverage",
    "typecheck": "tspc --noemit"
  },
  "dependencies": {
    "@mrleebo/prisma-ast": "^0.13.0",
    "@prisma/generator-helper": "6.15.0",
    "@prisma/internals": "6.15.0",
    "typescript": "^5.9.2",
    "zod": "^4.1.5"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.6",
    "@trivago/prettier-plugin-sort-imports": "^5.2.2",
    "@types/node": "24.3.0",
    "@types/pg": "^8.15.5",
    "@types/prettier": "3.0.0",
    "@typescript-eslint/eslint-plugin": "^8.41.0",
    "@typescript-eslint/parser": "^8.41.0",
    "@typescript-eslint/typescript-estree": "^8.41.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.34.0",
    "kysely": "^0.28.2",
    "mysql2": "^3.14.1",
    "pg": "^8.16.2",
    "prettier": "^3.6.2",
    "prisma": "6.15.0",
    "ts-patch": "^3.3.0",
    "typescript-transform-paths": "^3.5.5",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "prisma": "~6.15"
  },
  "packageManager": "yarn@1.22.22"
}
