@armanatz/expo-hms-location
Version:
Expo config plugin to configure @hmscore/react-native-hms-location on prebuild
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "@armanatz/expo-hms-location",
"version": "1.0.3",
"description": "Expo config plugin to configure @hmscore/react-native-hms-location on prebuild",
"main": "build/withHMSLocation.js",
"types": "build/withHMSLocation.d.ts",
"sideEffects": false,
"license": "MIT",
"homepage": "https://github.com/armanatz/expo-hms-location#README.md",
"author": "Arman Attarzadeh <hi@armanatz.com> (https://github.com/armanatz)",
"repository": {
"type": "git",
"url": "https://github.com/armanatz/expo-hms-location.git"
},
"files": [
"build",
"app.plugin.js"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"lint": "expo-module lint",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"expo",
"expo-plugin",
"react-native",
"react-native-hms-location"
],
"devDependencies": {
"expo": ">=51",
"expo-module-scripts": "^3.5.1",
"memfs": "^4.11.2"
},
"peerDependencies": {
"expo": ">=51"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
}
}