1{
2  "name": "@expo/config-plugins",
3  "version": "7.4.0",
4  "description": "A library for Expo config plugins",
5  "main": "build/index.js",
6  "scripts": {
7    "watch": "tsc --watch --preserveWatchOutput",
8    "build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\",\"src/**/__integration_tests__/*\"",
9    "prepare": "yarn run clean && yarn build",
10    "clean": "rimraf build ./tsconfig.tsbuildinfo",
11    "lint": "eslint .",
12    "test": "jest"
13  },
14  "repository": {
15    "type": "git",
16    "url": "https://github.com/expo/expo.git",
17    "directory": "packages/@expo/config-plugins"
18  },
19  "keywords": [
20    "json",
21    "expo",
22    "react-native",
23    "react"
24  ],
25  "license": "MIT",
26  "bugs": {
27    "url": "https://github.com/expo/expo/issues"
28  },
29  "homepage": "https://docs.expo.dev/guides/config-plugins/",
30  "files": [
31    "build",
32    "paths"
33  ],
34  "dependencies": {
35    "@expo/config-types": "^50.0.0-alpha.1",
36    "@expo/fingerprint": "^0.2.0",
37    "@expo/json-file": "~8.2.37",
38    "@expo/plist": "^0.0.20",
39    "@expo/sdk-runtime-versions": "^1.0.0",
40    "@react-native/normalize-color": "^2.0.0",
41    "chalk": "^4.1.2",
42    "debug": "^4.3.1",
43    "find-up": "~5.0.0",
44    "getenv": "^1.0.0",
45    "glob": "7.1.6",
46    "resolve-from": "^5.0.0",
47    "semver": "^7.5.3",
48    "slash": "^3.0.0",
49    "xcode": "^3.0.1",
50    "xml2js": "0.6.0"
51  },
52  "devDependencies": {
53    "@types/debug": "^4.1.5",
54    "@types/find-up": "^4.0.0",
55    "@types/xml2js": "~0.4.11"
56  },
57  "publishConfig": {
58    "access": "public"
59  }
60}
61