@rabby-wallet/react-native-sqlite-storage
Version:
SQLite3 bindings for React Native (Android & iOS)
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "@rabby-wallet/react-native-sqlite-storage",
"version": "7.0.0-alpha.2",
"description": "SQLite3 bindings for React Native (Android & iOS)",
"main": "sqlite.js",
"types": "index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/RabbyHub/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": "Andrzej Porebski x La Gregance",
"license": "MIT",
"bugs": {
"url": "https://github.com/RabbyHub/react-native-sqlite-storage/issues"
},
"homepage": "https://github.com/RabbyHub/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"
}
}