UNPKG

supastash

Version:

Offline-first sync engine for Supabase in React Native using SQLite

81 lines (80 loc) 1.96 kB
{ "name": "supastash", "version": "0.1.54", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "sideEffects": false, "scripts": { "build": "tsc", "dev": "tsc --watch", "test:watch": "vitest --watch --config vitest.config.ts", "test": "jest" }, "devDependencies": { "@testing-library/react-native": "^13.2.0", "@types/better-sqlite3": "^7.6.13", "@types/jest": "^29.5.14", "@types/node": "^22.15.21", "@types/react-native-sqlite-storage": ">=6.0.0 <7.0.0", "better-sqlite3": "^11.10.0", "jest": "^29.7.0", "ts-jest": "^29.4.1", "ts-node": "^10.9.2", "typescript": "^5.9.2", "vite": "^6.3.5", "vitest": "^3.1.4" }, "peerDependencies": { "@react-native-community/netinfo": ">=9.0.0 <12.0.0", "@supabase/supabase-js": ">=2.0.0 <3.0.0", "expo-sqlite": ">=15.0.0 <16.0.0", "react": ">=18.0.0 <20.0.0", "react-native": ">=0.71.0 <0.82.0", "react-native-nitro-sqlite": ">=9.0.0 <10.0.0", "react-native-sqlite-storage": ">=6.0.0 <7.0.0" }, "peerDependenciesMeta": { "expo-sqlite": { "optional": true }, "react-native-nitro-sqlite": { "optional": true }, "react-native-sqlite-storage": { "optional": true } }, "repository": { "type": "git", "url": "https://github.com/0xZekeA/supastash" }, "author": "Ezekiel Akpan", "license": "MIT", "keywords": [ "supabase", "supastash", "local-first", "local-storage", "local-first-package", "react-native", "sqlite", "offline-first", "sync" ], "description": "Offline-first sync engine for Supabase in React Native using SQLite", "dependencies": { "expo-crypto": "^13.0.2", "fast-deep-equal": "^3.1.3" } }