1 | {
|
2 | "name": "pod-install",
|
3 | "version": "0.2.2",
|
4 | "description": "Ensure CocoaPods are installed in your project",
|
5 | "main": "./build/index.js",
|
6 | "scripts": {
|
7 | "build": "ncc build ./src/index.ts -o build/",
|
8 | "build:prod": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register",
|
9 | "clean": "expo-module clean",
|
10 | "lint": "expo-module lint",
|
11 | "prepare": "expo-module clean && yarn run build:prod",
|
12 | "prepublishOnly": "expo-module prepublishOnly",
|
13 | "typecheck": "expo-module typecheck",
|
14 | "watch": "yarn run build --watch"
|
15 | },
|
16 | "bin": "./build/index.js",
|
17 | "files": [
|
18 | "build"
|
19 | ],
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "https://github.com/expo/expo.git"
|
23 | },
|
24 | "keywords": [
|
25 | "cocoapods",
|
26 | "pod-install",
|
27 | "npx",
|
28 | "ios"
|
29 | ],
|
30 | "author": "Expo <support@expo.dev>",
|
31 | "license": "MIT",
|
32 | "homepage": "https://github.com/expo/expo/tree/main/packages/pod-install",
|
33 | "bugs": {
|
34 | "url": "https://github.com/expo/expo/issues"
|
35 | },
|
36 | "devDependencies": {
|
37 | "@expo/package-manager": "^1.5.0",
|
38 | "chalk": "^4.0.0",
|
39 | "commander": "2.20.0",
|
40 | "expo-module-scripts": "^3.3.0",
|
41 | "terminal-link": "^2.1.1",
|
42 | "update-check": "1.5.4"
|
43 | },
|
44 | "gitHead": "f8f9d041c6467f325b58c7913e0f5ed1af102e11"
|
45 | }
|