{
  "name": "react-native-sqlite3-sqlcipher",
  "version": "0.0.8",
  "description": "SQLCipher(SQLite3) plugin for React Native",
  "main": "sqlite.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native-sqlite-storage",
    "react-native-sqlite",
    "react-component",
    "reactnative",
    "react-native",
    "sqlite",
    "sqlite3",
    "ios",
    "android",
    "promise",
    "cordova-sqlite-storage",
    "sqlcipher"
  ],
  "author": "linch <369955292@qq.com>",
  "license": "MIT",
  "homepage": "https://github.com/EstebanFuentealba/react-native-sqlite3-sqlcipher/",
  "bugs": {
    "url": "https://github.com/EstebanFuentealba/react-native-sqlite3-sqlcipher/issues"
  },
  "peerDependencies": {
    "react-native": "*"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EstebanFuentealba/react-native-sqlite3-sqlcipher.git"
  }
}
