UNPKG

apple-targets-hugo-patch

Version:
48 lines (47 loc) 1.14 kB
{ "name": "apple-targets-hugo-patch", "version": "3.0.2", "description": "Generate Apple Targets with Expo Prebuild", "main": "build/ExtensionStorage.js", "types": "build/ExtensionStorage.d.ts", "files": [ "app.plugin.js", "app.plugin.d.ts", "build", "ios", "expo-module.config.json", "prebuild-blank.tgz" ], "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "jest --watch", "prepare": "expo-module prepare", "expo-module": "expo-module" }, "repository": { "type": "git", "url": "https://github.com/evanbacon/expo-apple-targets.git" }, "keywords": [ "expo", "config-plugins", "apple-targets" ], "author": "Evan Bacon", "license": "MIT", "dependencies": { "@bacons/xcode": "1.0.0-alpha.24", "@react-native/normalize-colors": "^0.79.2", "glob": "^10.4.2", "debug": "^4.3.4" }, "devDependencies": { "@types/debug": "^4.1.7", "@types/glob": "^8.1.0", "@expo/babel-preset-cli": "^0.3.1", "chalk": "^4.0.0", "jest-environment-node": "^26" } }