|
1 | 1 | { |
2 | 2 | "name": "@powersync/op-sqlite", |
3 | 3 | "version": "0.0.2", |
4 | | - "description": "Powersync", |
| 4 | + "description": "PowerSync - sync Postgres or MongoDB with SQLite in your React Native app for offline-first and real-time data", |
5 | 5 | "source": "./src/index.ts", |
6 | 6 | "main": "./lib/commonjs/index.js", |
7 | 7 | "module": "./lib/module/index.js", |
|
44 | 44 | "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib" |
45 | 45 | }, |
46 | 46 | "keywords": [ |
47 | | - "react-native", |
48 | | - "ios", |
49 | | - "android" |
| 47 | + "data sync", |
| 48 | + "offline-first", |
| 49 | + "sqlite", |
| 50 | + "real-time data stream", |
| 51 | + "live data" |
50 | 52 | ], |
51 | 53 | "repository": { |
52 | 54 | "type": "git", |
|
70 | 72 | }, |
71 | 73 | "dependencies": { |
72 | 74 | "@powersync/common": "workspace:*", |
73 | | - "react": "18.3.1", |
74 | | - "react-native": "0.75.3" |
| 75 | + "async-lock": "^1.4.0" |
75 | 76 | }, |
76 | 77 | "devDependencies": { |
77 | 78 | "@op-engineering/op-sqlite": "^9.1.3", |
78 | 79 | "@react-native/eslint-config": "^0.73.1", |
79 | 80 | "@types/async-lock": "^1.4.0", |
80 | 81 | "@types/react": "^18.2.44", |
81 | | - "async-lock": "^1.4.0", |
82 | 82 | "del-cli": "^5.1.0", |
83 | 83 | "eslint": "^8.51.0", |
84 | 84 | "eslint-config-prettier": "^9.0.0", |
85 | 85 | "eslint-plugin-prettier": "^5.0.1", |
86 | 86 | "prettier": "^3.0.3", |
| 87 | + "react": "18.3.1", |
| 88 | + "react-native": "0.75.3", |
87 | 89 | "react-native-builder-bob": "^0.30.2", |
88 | 90 | "turbo": "^1.10.7", |
89 | 91 | "typescript": "^5.2.2" |
|
0 commit comments