UNPKG

@expo/prebuild-config

Version:
56 lines (55 loc) 1.56 kB
{ "name": "@expo/prebuild-config", "version": "9.0.11", "description": "Get the prebuild config", "main": "build/index.js", "scripts": { "build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"", "clean": "expo-module clean", "lint": "expo-module lint", "prepare": "expo-module clean && yarn run build", "prepublishOnly": "expo-module prepublishOnly", "test": "expo-module test", "typecheck": "expo-module typecheck" }, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/@expo/prebuild-config" }, "keywords": [ "json", "react-native", "expo", "react" ], "license": "MIT", "bugs": { "url": "https://github.com/expo/expo/issues" }, "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/prebuild-config#readme", "files": [ "build" ], "devDependencies": { "@types/debug": "^4.1.5", "@types/xml2js": "~0.4.11", "expo-module-scripts": "^4.1.9" }, "dependencies": { "@expo/config": "~11.0.13", "@expo/config-plugins": "~10.1.2", "@expo/config-types": "^53.0.5", "@expo/image-utils": "^0.7.6", "@expo/json-file": "^9.1.5", "@react-native/normalize-colors": "0.79.5", "debug": "^4.3.1", "resolve-from": "^5.0.0", "semver": "^7.6.0", "xml2js": "0.6.0" }, "publishConfig": { "access": "public" }, "gitHead": "134c147ee4274f9688929ac66cfef950947659d0" }