1{ 2 "name": "@expo/prebuild-config", 3 "version": "5.0.1", 4 "description": "Get the prebuild config", 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__/*\"", 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/prebuild-config" 18 }, 19 "keywords": [ 20 "json", 21 "react-native", 22 "expo", 23 "react" 24 ], 25 "license": "MIT", 26 "bugs": { 27 "url": "https://github.com/expo/expo/issues" 28 }, 29 "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/prebuild-config#readme", 30 "files": [ 31 "build" 32 ], 33 "devDependencies": { 34 "@types/debug": "^4.1.5", 35 "@types/xml2js": "^0.4.5" 36 }, 37 "dependencies": { 38 "@expo/config": "7.0.0", 39 "@expo/config-plugins": "~5.0.0", 40 "@expo/config-types": "^46.0.0", 41 "@expo/image-utils": "0.3.20", 42 "@expo/json-file": "8.2.36", 43 "debug": "^4.3.1", 44 "fs-extra": "^9.0.0", 45 "resolve-from": "^5.0.0", 46 "semver": "7.3.2", 47 "xml2js": "0.4.23" 48 }, 49 "peerDependencies": { 50 "expo-modules-autolinking": ">=0.8.1" 51 }, 52 "publishConfig": { 53 "access": "public" 54 } 55} 56