@matthewwarnes/react-native-ble-manager-plugin
Version:
Config plugin to auto configure react-native-ble-manager on prebuild
39 lines (38 loc) • 932 B
JSON
{
"name": "@matthewwarnes/react-native-ble-manager-plugin",
"version": "1.1.1",
"description": "Config plugin to auto configure react-native-ble-manager on prebuild",
"main": "build/withBLE.js",
"types": "build/withBLE.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/matthewwarnes/react-native-ble-manager-plugin.git"
},
"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"
},
"keywords": [
"react-native",
"expo"
],
"jest": {
"preset": "expo-module-scripts"
},
"peerDependencies": {
"expo": "^49.0.23"
},
"devDependencies": {
"expo-module-scripts": "^3.4.2"
}
}