UNPKG

install-expo-modules

Version:

Tools to install expo-modules for existing react-native projects

60 lines (59 loc) 1.69 kB
{ "name": "install-expo-modules", "version": "0.10.0", "license": "MIT", "description": "Tools to install expo-modules for existing react-native projects", "keywords": [ "expo", "expo-modules", "npx", "react-native", "react" ], "bin": "build/index.js", "main": "build/index.js", "files": [ "build" ], "scripts": { "build": "ncc build ./src/index.ts -o build/", "build:prod": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register", "clean": "expo-module clean", "lint": "expo-module lint", "prepare": "expo-module clean && yarn run build:prod", "prepublishOnly": "expo-module prepublishOnly", "test": "expo-module test", "typecheck": "expo-module typecheck", "watch": "yarn run build --watch" }, "homepage": "https://github.com/expo/expo/tree/main/packages/install-expo-modules#readme", "bugs": { "url": "https://github.com/expo/expo/issues" }, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/install-expo-modules" }, "devDependencies": { "@expo/config": "^9.0.0-beta.0", "@expo/config-plugins": "^8.0.0-beta.0", "@expo/package-manager": "^1.5.0", "@types/prompts": "^2.0.6", "@types/semver": "^6.0.0", "chalk": "^4.1.2", "commander": "2.20.0", "expo-module-scripts": "^3.3.0", "find-up": "^5.0.0", "glob": "7.1.6", "prompts": "^2.3.2", "resolve-from": "^5.0.0", "semver": "7.5.4", "terminal-link": "^2.1.1", "xcparse": "^0.0.3" }, "publishConfig": { "access": "public" }, "gitHead": "3e12187d1f7225c0dc02e7d93cd1632f527ac675" }