File size: 793 Bytes
aeb174c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "$schema": "https://json.schemastore.org/package.json",
  "version": "1.18.31",
  "name": "@opencode-ai/effect-drizzle-sqlite",
  "type": "module",
  "license": "MIT",
  "private": true,
  "scripts": {
    "test": "bun test --timeout 30000 --only-failures",
    "typecheck": "tsgo --noEmit"
  },
  "exports": {
    ".": "./src/index.ts",
    "./effect-sqlite": "./src/effect-sqlite/index.ts",
    "./effect-sqlite/migrator": "./src/effect-sqlite/migrator.ts",
    "./sqlite-core/effect": "./src/sqlite-core/effect/index.ts"
  },
  "devDependencies": {
    "@effect/sql-sqlite-bun": "catalog:",
    "@tsconfig/bun": "catalog:",
    "@types/bun": "catalog:",
    "@typescript/native-preview": "catalog:"
  },
  "dependencies": {
    "drizzle-orm": "catalog:",
    "effect": "catalog:"
  }
}