{
  "name": "expo-ios-nse",
  "version": "1.0.1",
  "description": "The  Expo plugin allows you to use without leaving the managed workflow.",
  "main": "./app.plugin.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "yarn run lint && rm -rf build && tsc && cp -a support/serviceExtensionFiles build/support/",
    "lint": "eslint . --ext .ts",
    "prepare": "yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahmtshn/expo-ios-nse.git"
  },
  "keywords": [
    "expo",
    "nse",
    "push",
    "notifications",
    "EAS"
  ],
  "author": "rgomezp",
  "contributors": [
    "Karen Grigoryan",
    "Rodrigo Gomez-Palacio",
    "Charlie Cruzan",
    "Wojciech Kozyra"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ahmtshn/expo-ios-nse/issues"
  },
  "homepage": "https://github.com/ahmtshn/expo-ios-nse#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "eslint": "^8.8.0",
    "expo-module-scripts": "^2.0.0",
    "readme-md-generator": "^1.0.0",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "xcode": "^3.0.1",
    "@expo/image-utils": "^0.3.22"
  }
}
