{
  "name": "@kernl-sdk/libsql",
  "version": "0.1.39",
  "description": "LibSQL storage adapter for kernl",
  "keywords": [
    "kernl",
    "storage",
    "sqlite",
    "libsql"
  ],
  "author": "dremnik",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kernl-sdk/kernl.git",
    "directory": "packages/storage/libsql"
  },
  "homepage": "https://github.com/kernl-sdk/kernl#readme",
  "bugs": {
    "url": "https://github.com/kernl-sdk/kernl/issues"
  },
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc && tsc-alias --resolve-full-paths",
    "dev": "tsc --watch",
    "check-types": "tsc --noEmit",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "test:run": "vitest run"
  },
  "devDependencies": {
    "@kernl-sdk/protocol": "workspace:*",
    "@types/node": "^24.10.0",
    "tsc-alias": "^1.8.10",
    "typescript": "5.9.2",
    "vitest": "^4.0.8"
  },
  "dependencies": {
    "@kernl-sdk/shared": "workspace:*",
    "@kernl-sdk/storage": "workspace:*",
    "@libsql/client": "^0.14.0",
    "kernl": "workspace:*"
  }
}
