UNPKG

pod-install

Version:

A fast, zero-dependency package for cutting down on common issues developers have when running pod install.

46 lines (45 loc) 1.34 kB
{ "name": "pod-install", "version": "1.0.9", "description": "A fast, zero-dependency package for cutting down on common issues developers have when running pod install.", "main": "./build/index.js", "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", "typecheck": "expo-module typecheck", "watch": "yarn run build --watch" }, "bin": "./build/index.js", "files": [ "build" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git" }, "keywords": [ "cocoapods", "pod-install", "npx", "ios" ], "author": "Expo <support@expo.dev>", "license": "MIT", "homepage": "https://github.com/expo/expo/tree/main/packages/pod-install", "bugs": { "url": "https://github.com/expo/expo/issues" }, "devDependencies": { "@expo/package-manager": "^1.9.9", "chalk": "^4.0.0", "commander": "^12.1.0", "expo-module-scripts": "^5.0.8", "terminal-link": "^2.1.1", "update-check": "^1.5.4" }, "gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3" }