@lovesworking/watermelondb-expo-plugin-sdk-52-plus
Version:
Config plugin to auto configure `@nozbe/watermelondb` for Expo SDK 52+
43 lines (42 loc) • 1.33 kB
JSON
{
"name": "@lovesworking/watermelondb-expo-plugin-sdk-52-plus",
"version": "1.0.2",
"main": "build/withWatermelon.js",
"types": "build/withWatermelon.d.ts",
"license": "MIT",
"homepage": "https://github.com/LovesWorking/watermelondb-expo-plugin-sdk-52-plus#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/LovesWorking/watermelondb-expo-plugin-sdk-52-plus.git"
},
"bugs": {
"url": "https://github.com/LovesWorking/watermelondb-expo-plugin-sdk-52-plus/issues"
},
"keywords": [
"watermelondb",
"expo-plugin",
"expo",
"sdk-52",
"sdk-53"
],
"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"
},
"description": "Config plugin to auto configure `@nozbe/watermelondb` for Expo SDK 52+",
"author": "LovesWorking",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}