{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/effect-drizzle-sqlite", "version": "0.0.0", "private": true, "type": "module", "license": "MIT", "scripts": { "test": "bun test", "typecheck": "tsgo --noEmit" }, "exports": { ".": "./src/index.ts" }, "dependencies": { "drizzle-orm": "catalog:", "effect": "catalog:" }, "devDependencies": { "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" } }