64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "react-native-unimodules",
|
|
"version": "0.12.0",
|
|
"description": "This library contains the core unimodule infrastructure and a collection of unimodules and interfaces that are commonly depended on by other unimodules.",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"private": false,
|
|
"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",
|
|
"postinstall": "node ./scripts/postinstall.js"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"expo",
|
|
"modules",
|
|
"unimodules"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/react-native-unimodules"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"author": "650 Industries, Inc.",
|
|
"license": "MIT",
|
|
"homepage": "https://docs.expo.io/bare/installing-unimodules/",
|
|
"jest": {
|
|
"preset": "expo-module-scripts/ios"
|
|
},
|
|
"dependencies": {
|
|
"@unimodules/core": "~6.0.0",
|
|
"@unimodules/react-native-adapter": "~5.7.0",
|
|
"chalk": "^2.4.2",
|
|
"expo-asset": "~8.2.1",
|
|
"expo-constants": "~9.3.0",
|
|
"expo-file-system": "~9.3.0",
|
|
"expo-image-loader": "~1.3.0",
|
|
"expo-permissions": "~10.0.0",
|
|
"unimodules-app-loader": "~1.4.0",
|
|
"unimodules-barcode-scanner-interface": "~5.4.0",
|
|
"unimodules-camera-interface": "~5.4.0",
|
|
"unimodules-constants-interface": "~5.4.0",
|
|
"unimodules-face-detector-interface": "~5.4.0",
|
|
"unimodules-file-system-interface": "~5.4.0",
|
|
"unimodules-font-interface": "~5.4.0",
|
|
"unimodules-image-loader-interface": "~5.4.0",
|
|
"unimodules-permissions-interface": "~5.4.0",
|
|
"unimodules-sensors-interface": "~5.4.0",
|
|
"unimodules-task-manager-interface": "~5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"expo-module-scripts": "~1.2.0"
|
|
},
|
|
"gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651"
|
|
}
|