@lyrahealth-inc/react-native-orientation-plugin
Version:
Config plugin to auto configure react-native-orientation on prebuild
51 lines (50 loc) • 1.37 kB
JSON
{
"name": "@lyrahealth-inc/react-native-orientation-plugin",
"version": "1.0.5",
"description": "Config plugin to auto configure react-native-orientation on prebuild",
"main": "build/withOrientation.js",
"homepage": "https://github.com/LyraHealth/react-native-orientation-plugin",
"types": "build/withOrientation.d.ts",
"sideEffects": false,
"author": "Bryan Nguyen",
"license": "MIT",
"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-orientation-plugin",
"react-native-orientation",
"react-native",
"expo"
],
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"@expo/config-plugins": "^5.0.1",
"@xmldom/xmldom": "^0.7.0",
"ansi-regex": "^5.0.1",
"node-notifier": "^8.0.1"
},
"devDependencies": {
"@types/node": "^14.0.5",
"expo-module-scripts": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:LyraHealth/react-native-orientation-plugin.git"
},
"bugs": {
"url": "https://github.com/LyraHealth/react-native-orientation-plugin/issues"
}
}