{
    "name": "@nayya/braze-expo-plugin",
    "engines": {
        "npm": "please-use-yarn",
        "yarn": ">= 1.22.5",
        "node": ">= 14.17.0"
    },
    "version": "0.1.11",
    "description": "Expo config plugin for the Braze React Native SDK",
    "main": "app.plugin.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Nayya-com/braze-expo-plugin.git"
    },
    "author": "Nayya",
    "license": "MIT",
    "scripts": {
        "copy-nse": "cp -r src/ios/BrazeNotificationServiceExtension build/BrazeNotificationServiceExtension",
        "build": "tsc && yarn copy-nse",
        "build:watch": "yarn build && tsc --watch",
        "clean": "rm -rf build",
        "expo-module": "expo-module",
        "lint": "eslint .",
        "tc": "tsc --noEmit",
        "prepare": "yarn clean && yarn build",
        "prepublishOnly": "yarn tc && yarn lint"
    },
    "devDependencies": {
        "@expo/config-plugins": "^4.1.4",
        "@expo/config-types": "^44.0.0",
        "@typescript-eslint/eslint-plugin": "^5.21.0",
        "@typescript-eslint/parser": "^5.21.0",
        "eslint": "^8.14.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-prettier": "^4.0.0",
        "expo-module-scripts": "^2.0.0",
        "prettier": "^2.6.2",
        "typescript": "^4.6.4",
        "xcode": "^3.0.1"
    },
    "dependencies": {
        "@expo/image-utils": "^0.3.22",
        "fs": "^0.0.1-security"
    }
}
