{
  "name": "@ohmi/push-notification-ios",
  "version": "1.11.1-1.2.4",
  "description": "React Native Push Notification API for iOS",
  "main": "js/index.js",
  "types": "index.d.ts",
  "homepage": "https://gitee.com/rn-mi/push-notification-ios",
  "license": "MIT",
  "files": [
    "harmony",
    "src",
    "js",
    "index.d.ts",
    "COMMITTERS.md"
  ],
  "scripts": {
    "start": "react-native start",
    "android": "cd example && react-native run-android",
    "ios": "cd example && react-native run-ios",
    "test": "yarn test:flow && yarn test:js",
    "test:flow": "flow check",
    "test:js": "echo 0",
    "lint": "eslint \"js/*.js\" --cache",
    "test:tsc": "tsc --noEmit",
    "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name push-notification-ios --cpp-output-path ./harmony/push_notification/src/main/cpp/generated --ets-output-path ./harmony/push_notification/src/main/ets/generated --turbo-modules-spec-paths ./src/NativePushNotification.ts"
  },
  "keywords": [
    "react-native",
    "react native",
    "push notification ios",
    "push notification",
    "notification ios",
    "notification",
    "harmony"
  ],
  "peerDependencies": {
    "react": ">=16.6.3",
    "react-native": ">=0.58.4"
  },
  "dependencies": {
    "invariant": "^2.2.4",
    "@react-native-community/push-notification-ios": "^1.11.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@react-native-community/eslint-config": "^3.0.0",
    "babel-jest": "^27.0.6",
    "babel-plugin-module-resolver": "^3.1.3",
    "eslint": "^7.32.0",
    "flow-bin": "0.137.0",
    "jest": "^27.0.6",
    "metro-react-native-babel-preset": "^0.64.0",
    "react": "17.0.1",
    "react-native": "0.64.2",
    "typescript": "^3.9.5",
    "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",
    "@react-native-community/cli": "11.4.1"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/rn-mi/push-notification-ios"
  },
  "harmony": {
    "alias": "@react-native-community/push-notification-ios",
    "codegenConfig": {
      "specPaths": [
        "./src"
      ]
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
