{
  "name": "@morrowdigital/watermelondb-expo-plugin",
  "version": "2.3.3",
  "main": "build/withWatermelon.js",
  "types": "build/withWatermelon.d.ts",
  "license": "MIT",
  "git": "https://github.com/morrowdigital/watermelondb-expo-plugin.git",
  "homepage": "https://github.com/morrowdigital/watermelondb-expo-plugin#readme",
  "bugs": {
    "url": "https://github.com/morrowdigital/watermelondb-expo-plugin/issues"
  },
  "keywords": [
    "watermelondb",
    "expo-plugin",
    "expo"
  ],
  "devDependencies": {
    "@expo/config-plugins": "^8.0.4",
    "expo-module-scripts": "^3.5.1"
  },
  "files": [
    "build",
    "app.plugin.js"
  ],
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "bump:beta": "npm version prerelease --preid=beta",
    "bump:release": "npm version patch"
  },
  "description": "Config plugin to auto configure `@nozbe/watermelondb`",
  "directories": {
    "example": "example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morrowdigital/watermelondb-expo-plugin.git"
  },
  "author": "Morrow"
}
