{
  "name": "@prisma/sqlcommenter",
  "version": "7.8.0",
  "description": "SQL commenter types for Prisma",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "license": "Apache-2.0",
  "homepage": "https://www.prisma.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma.git",
    "directory": "packages/sqlcommenter"
  },
  "bugs": "https://github.com/prisma/prisma/issues",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "devDependencies": {
    "@prisma/json-protocol": "7.8.0"
  },
  "scripts": {
    "dev": "DEV=true tsx helpers/build.ts",
    "build": "tsx helpers/build.ts"
  }
}