UNPKG

@react-native-replicache/react-native-op-sqlite

Version:

> Plug-in React Native compatibility bindings for [Replicache](https://replicache.dev/).

67 lines (66 loc) 1.74 kB
{ "name": "@react-native-replicache/react-native-op-sqlite", "version": "1.3.1", "main": "./dist/commonjs/index.js", "module": "./dist/module/index.js", "react-native": "./src/index.ts", "types": "./dist/typescript/index.d.ts", "files": [ "dist/", "src/" ], "type": "module", "repository": { "type": "git", "url": "https://github.com/braden1996/react-native-replicache.git", "directory": "packages/react-native-op-sqlite" }, "keywords": [ "react-native-replicache", "braden1996" ], "author": "Braden Marshall <braden1996@hotmail.co.uk>", "license": "MIT", "homepage": "https://github.com/braden1996/react-native-replicache", "bugs": { "url": "https://github.com/braden1996/react-native-replicache/issues" }, "scripts": { "build": "bob build", "test": "yarn run test-typescript", "test-typescript": "yarn run root:tsc --noEmit", "lint": "yarn run root:eslint ./src --ext .js,.ts,.tsx", "lint-fix": "yarn run lint --fix", "clean": "yarn run root:rimraf dist .turbo" }, "dependencies": { "@react-native-replicache/replicache-generic-sqlite": "1.3.0" }, "devDependencies": { "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@braden1996/tsconfig": "^0.0.1", "@types/react": "~18.2.79", "react-native-builder-bob": "^0.20.3" }, "peerDependencies": { "@op-engineering/op-sqlite": "^6.0.1" }, "react-native-builder-bob": { "source": "src", "output": "dist", "targets": [ "commonjs", "module", [ "typescript", { "tsc": "../../node_modules/.bin/tsc" } ] ] }, "eslintConfig": { "extends": "universe/native" } }