UNPKG

@bacons/apple-targets

Version:
148 lines (147 loc) 3.28 kB
{ "name": "@bacons/apple-targets", "version": "5.0.0", "description": "Generate Apple Targets with Expo Prebuild", "main": "build/ExtensionStorage.js", "types": "build/ExtensionStorage.d.ts", "homepage": "https://github.com/evanbacon/expo-apple-targets", "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", "test:e2e": "jest --no-watch --config e2e/jest.config.js", "prepare": "expo-module prepare", "prepublishOnly": "proofread", "expo-module": "expo-module" }, "repository": { "type": "git", "url": "https://github.com/evanbacon/expo-apple-targets.git" }, "keywords": [ "expo", "expo-plugin", "config-plugin", "react-native", "ios", "apple", "xcode", "swift", "swiftui", "apple-targets", "app-extension", "widget", "widgetkit", "home-screen-widget", "live-activity", "app-clip", "appclip", "instant-app", "share-extension", "share-sheet", "watch", "watchos", "apple-watch", "watch-widget", "watch-complication", "notification-service", "notification-content", "push-notification", "rich-notification", "safari-extension", "web-extension", "content-blocker", "ad-blocker", "keyboard-extension", "custom-keyboard", "siri", "sirikit", "intent", "app-intent", "shortcut", "network-extension", "vpn", "packet-tunnel", "dns-proxy", "app-proxy", "content-filter", "screen-time", "device-activity", "shield-action", "family-controls", "file-provider", "files-app", "spotlight", "core-spotlight", "quicklook", "quick-look", "thumbnail", "preview", "broadcast", "replaykit", "screen-recording", "call-directory", "caller-id", "call-blocking", "message-filter", "sms-filter", "imessage", "sticker-pack", "photo-editing", "photos-extension", "matter", "homekit", "smart-home", "credentials-provider", "password-manager", "autofill", "authentication", "sso", "single-sign-on", "classkit", "education", "location-push", "background-download", "smart-card", "cryptotoken" ], "author": { "email": "baconbrix@gmail.com", "name": "Evan Bacon", "url": "https://evanbacon.dev" }, "license": "MIT", "dependencies": { "@bacons/xcode": "1.0.0-alpha.32", "@expo/prebuild-config": "~55.0.6", "@react-native/normalize-colors": "^0.79.2", "glob": "^10.4.2", "debug": "^4.3.4" }, "devDependencies": { "@expo/babel-preset-cli": "^0.3.1", "@expo/config": "^12.0.13", "@expo/config-plugins": "~55.0.5", "@expo/image-utils": "^0.8.8", "@expo/npm-proofread": "^1.0.1", "@expo/plist": "^0.4.8", "@types/debug": "^4.1.7", "@types/glob": "^8.1.0", "chalk": "^4.0.0", "expo": "^55", "expo-module-scripts": "^4.1.7", "jest-environment-node": "^26" }, "peerDependencies": { "expo": ">=52" } }