42 lines
948 B
JSON
42 lines
948 B
JSON
{
|
|
"name": "@tencentcloud/react-native-push",
|
|
"version": "1.1.0",
|
|
"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": "ISC",
|
|
"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"
|
|
}
|
|
}
|