{
  "name": "@tyrosking/react-native-push",
  "version": "1.0.9",
  "description": "For React Native, based on Tencent Cloud Push service (Push), supports iOS and Android push notifications, and is also compatible with push notifications from Android major manufacturers.",
  "main": "index.ts",
  "keywords": [
    "react-native",
    "push",
    "ios",
    "android",
    "onlinepush",
    "offlinepush",
    "fcm",
    "huawei",
    "hornor"
  ],
  "repository": {
    "type": "git",
    "url": "https://trtc.io/products/chat"
  },
  "files": [
    "android/",
    "ios/",
    "*.podspec"
  ],
  "author": "Tencent Cloud Terminal R&D Center",
  "license": "MIT",
  "scripts": {
    "eslint": "eslint *.ts",
    "test": "npm run eslint"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">= 0.75"
  },
  "devDependencies": {
    "eslint": "^9.16.0",
    "typescript": "^5.7.2",
    "typescript-eslint-parser": "^21.0.2"
  }
}
