{
  "name": "@voltro/sql-turso",
  "version": "0.53.0",
  "description": "Turso dialect adapter for Voltro's cross-dialect DataStore — local Rust SQLite with MVCC BEGIN CONCURRENT, or remote Turso Cloud (libsql://) with embedded-replica sync.",
  "keywords": [
    "voltro",
    "typescript",
    "framework"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://voltro.dev",
  "bugs": {
    "email": "support@voltro.dev"
  },
  "author": {
    "name": "Voltro UG",
    "url": "https://voltro.dev"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@effect/experimental": "^0.61.0",
    "@effect/sql": "^0.52.0",
    "@libsql/client": "^0.17.4",
    "@tursodatabase/database": "^0.7.2",
    "@voltro/database": "0.53.0",
    "@voltro/logger": "0.53.0",
    "@voltro/sql-sqlite": "0.53.0"
  },
  "peerDependencies": {
    "effect": "^3.22.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
