install-expo-modules
Version:
Tools to install expo-modules for existing react-native projects
60 lines (59 loc) • 1.69 kB
JSON
{
"name": "install-expo-modules",
"version": "0.14.15",
"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": "~55.0.12",
"@expo/config-plugins": "~55.0.7",
"@expo/package-manager": "^1.10.3",
"@expo/spawn-async": "^1.7.2",
"@types/prompts": "^2.0.6",
"@types/semver": "^7.0.0",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"expo-module-scripts": "^55.0.2",
"glob": "^13.0.0",
"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": "20029879d2f953a428d70197fc7e25e4d791848a"
}