{
  "name": "@7oussem/react-native-couchbaselite",
  "version": "0.2.18",
  "description": "Install Couchbase Lite in react-native app to enable JSON sync.",
  "summary": "Install Couchbase Lite in react-native app to enable JSON sync using couchbase-lite SDK.",
  "react-native": "src/index.ts",
  "types": "lib/typescript/index.d.ts",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "files": [
    "/android",
    "!/android/build",
    "/ios",
    "src/",
    "lib/",
    "/*.podspec"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ZHoussemEddine/react-native-couchbaselite.git"
  },
  "scripts": {
    "analyze": "npx tsc --noEmit",
    "shipit": "np",
    "test": "echo no tests defined",
    "precommit": "lint-staged && yarn analyze",
    "build": "bob build",
    "prepare": "yarn build"
  },
  "lint-staged": {
    "*.ts": [
      "git add"
    ]
  },
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "android",
    "cocoapod",
    "sync",
    "json",
    "database",
    "sqlite"
  ],
  "author": "Houssem Eddine ZAIEM <houssemeddine.zaiem@outlook.fr>",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "0.60.0"
  },
  "devDependencies": {
    "@react-native-community/bob": "^0.7.0",
    "@react-native-community/eslint-config": "^0.0.5",
    "@types/react-native": "^0.60.22",
    "eslint": "^6.6.0",
    "eslint-plugin-prettier": "^3.1.1",
    "husky": "^3.0.9",
    "lint-staged": "^9.4.2",
    "np": "^5.1.1",
    "prettier": "^1.18.2",
    "react": "16.8.0",
    "react-native": "0.60.0",
    "typescript": "^3.6.4"
  },
  "eslintConfig": {
    "extends": "@react-native-community"
  },
  "publishConfig": {
    "access": "public"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
