1{
2  "name": "@expo/config-plugins",
3  "version": "6.0.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": "^48.0.0",
36    "@expo/json-file": "~8.2.37",
37    "@expo/plist": "^0.0.20",
38    "@expo/sdk-runtime-versions": "^1.0.0",
39    "@react-native/normalize-color": "^2.0.0",
40    "chalk": "^4.1.2",
41    "debug": "^4.3.1",
42    "find-up": "~5.0.0",
43    "getenv": "^1.0.0",
44    "glob": "7.1.6",
45    "resolve-from": "^5.0.0",
46    "semver": "^7.3.5",
47    "slash": "^3.0.0",
48    "xcode": "^3.0.1",
49    "xml2js": "0.4.23"
50  },
51  "devDependencies": {
52    "@types/debug": "^4.1.5",
53    "@types/find-up": "^4.0.0",
54    "@types/xml2js": "^0.4.5"
55  },
56  "publishConfig": {
57    "access": "public"
58  }
59}
60