{
  "name": "@posthog/rrweb-types",
  "version": "0.0.57",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PostHog/posthog-rrweb.git"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/rrweb-types.umd.cjs",
  "module": "./dist/rrweb-types.js",
  "unpkg": "./dist/rrweb-types.umd.cjs",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/rrweb-types.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/rrweb-types.umd.cjs"
      }
    }
  },
  "files": [
    "dist",
    "package.json"
  ],
  "devDependencies": {
    "vite": "^6.2.0",
    "vite-plugin-dts": "^3.9.1"
  },
  "browserslist": [
    "supports es6-class"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "build": "pnpm turbo run prepublish",
    "check-types": "tsc -noEmit",
    "prepublish": "tsc -noEmit && vite build",
    "lint": "pnpm eslint src/**/*.ts"
  }
}