UNPKG

react-native-sqlite-storage-cipher

Version:
50 lines (49 loc) 1.26 kB
{ "name": "react-native-sqlite-storage-cipher", "version": "2.0.1", "description": "SQLite3 bindings for React Native (Android & iOS)", "main": "sqlite.js", "scripts": { "test": "echo \"Error: no test specified yet\" && exit 1" }, "private": false, "repository": { "type": "git", "url": "git+https://github.com/paripassubr/react-native-sqlite-storage" }, "keywords": [ "react-native-sqlite-storage", "react-native-sqlite", "react-component", "reactnative", "react-native", "sqlite", "sqlite3", "ios", "android", "promise", "cordova-sqlite-storage" ], "author": "Paripassu", "license": "MIT", "bugs": { "url": "https://github.com/paripassubr/react-native-sqlite-storage/issues" }, "homepage": "https://github.com/paripassubr/react-native-sqlite-storage", "peerDependencies": { "react-native": ">=0.14.0" }, "devDependencies": { "react": "16.13.1", "react-native": "^0.63.2", "react-native-windows": "^0.63.6" }, "directories": { "lib": "lib", "test": "test" }, "dependencies": { "react-native-file-access": "^2.2.1", "react-native-sqlite-storage-cipher": "^1.0.0" } }