{
  "name": "@prisma/studio-server",
  "version": "0.511.0",
  "description": "Serves Studio for use in the browser",
  "author": "Siddhant <me@madebysid.com>",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/types/index.d.ts",
  "engines": {
    "node": ">= 16.13"
  },
  "targets": {
    "main": {
      "source": "src/index.ts",
      "context": "node",
      "isLibrary": true,
      "outputFormat": "commonjs"
    },
    "module": {
      "source": "src/index.ts",
      "context": "node",
      "isLibrary": true,
      "outputFormat": "esmodule"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "dev": "nodemon --watch . --watch ../pcw --watch ../common ./scripts/dev.js",
    "prebuild": "tsc -v && tsc",
    "test": "playwright test",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@prisma/studio": "0.511.0",
    "@prisma/studio-common": "0.511.0",
    "@prisma/studio-pcw": "0.511.0",
    "checkpoint-client": "1.1.33",
    "cors": "2.8.5",
    "debug": "4.3.3",
    "express": "4.17.2",
    "untildify": "4.0.0"
  },
  "devDependencies": {
    "@playwright/test": "1.42.1",
    "@prisma/client": "6.4.1",
    "@prisma/driver-adapter-utils": "6.4.1",
    "@prisma/internals": "6.4.1",
    "@types/cors": "2.8.17",
    "@types/debug": "4.1.12",
    "@types/express": "4.17.21",
    "@types/node": "17.0.45",
    "got": "11.8.2",
    "nodemon": "2.0.15",
    "typescript": "5.7.3",
    "zx": "4.2.0"
  },
  "peerDependencies": {
    "@prisma/internals": "*"
  },
  "gitHead": "2e8652b3abc6a8b20abcb81c296dc989b5a23db2"
}
