UNPKG

@kingstinct/expo-apple-targets

Version:

Generate Apple Targets with Expo Prebuild

51 lines (50 loc) 1.26 kB
{ "name": "@kingstinct/expo-apple-targets", "version": "0.1.19", "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", "prepublishOnly": "expo-module prepublishOnly", "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.76.1", "debug": "^4.3.4", "fs-extra": "^11.2.0", "glob": "^10.2.6" }, "devDependencies": { "@expo/babel-preset-cli": "^0.3.1", "@types/debug": "^4.1.7", "@types/fs-extra": "^11.0.4", "@types/glob": "^8.1.0", "chalk": "^4.0.0", "jest-environment-node": "^26" } }