UNPKG

karte-expo-plugin

Version:

Config plugin for karte-react-native package

50 lines (49 loc) 1.3 kB
{ "name": "karte-expo-plugin", "version": "0.1.4", "description": "Config plugin for karte-react-native package", "main": "build/withKarte.js", "types": "build/withKarte.d.ts", "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" }, "sideEffects": false, "author": "PLAID, Inc.", "homepage": "https://karte.io", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/plaidev/karte-expo-plugin.git" }, "bugs": { "url": "https://github.com/plaidev/karte-expo-plugin.git/issues" }, "keywords": [ "react", "expo", "config-plugins", "prebuild", "karte", "karte-react-native" ], "devDependencies": { "expo": "^47.0.0", "expo-module-scripts": "^3.0.7", "jest": "^29.5.0" }, "peerDependencies": { "expo": ">=47.0.0" }, "peerDependenciesMeta": { "expo": { "optional": true } }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }