UNPKG

react-native-sqlite-storage

Version:
41 lines (40 loc) 993 B
{ "name": "react-native-sqlite-storage", "version": "6.0.1", "description": "SQLite3 bindings for React Native (Android & iOS)", "main": "sqlite.js", "scripts": { "test": "echo \"Error: no test specified yet\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/andpor/react-native-sqlite-storage.git" }, "keywords": [ "react-native-sqlite-storage", "react-native-sqlite", "react-component", "reactnative", "react-native", "sqlite", "sqlite3", "ios", "android", "promise", "cordova-sqlite-storage" ], "author": "Andrzej Porebski", "license": "MIT", "bugs": { "url": "https://github.com/andpor/react-native-sqlite-storage/issues" }, "homepage": "https://github.com/andpor/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" } }