{ "name": "@follow/database", "type": "module", "private": true, "author": "Folo Team", "license": "GPL-3.0-only", "homepage": "https://github.com/RSSNext", "repository": { "url": "https://github.com/RSSNext/follow", "type": "git" }, "sideEffects": false, "exports": { "./*": { "types": "./src/*.ts", "require": "./src/*.ts", "import": "./src/*.ts" }, "./schemas/*": { "types": "./src/schemas/*.ts", "require": "./src/schemas/*.ts", "import": "./src/schemas/*.ts" }, "./services/*": { "types": "./src/services/*.ts", "require": "./src/services/*.ts", "import": "./src/services/*.ts" } }, "scripts": { "generate": "drizzle-kit generate", "typecheck": "tsc --noEmit" }, "dependencies": { "@follow-app/client-sdk": "catalog:", "@follow/constants": "workspace:*", "@follow/models": "workspace:*", "@follow/shared": "workspace:*", "ai": "5.0.87", "drizzle-orm": "0.44.7", "expo-sqlite": "15.2.12", "sqlocal": "npm:@hyoban/sqlocal@0.14.1-fork.4", "wa-sqlite": "git+https://github.com/rhashimoto/wa-sqlite.git#v1.0.8" }, "devDependencies": { "@follow/configs": "workspace:*", "drizzle-kit": "0.31.6" } }