@hmscore/react-native-hms-push
Version:
React Native HMS Push Kit
24 lines • 567 B
JSON
{
"name": "@hmscore/react-native-hms-push-demo",
"version": "6.12.0-303",
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.7",
"@hmscore/react-native-hms-push": "6.12.0-303"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/runtime": "^7.23.1",
"@babel/traverse": "7.19.0",
"metro-react-native-babel-preset": "^0.66.2"
},
"jest": {
"preset": "react-native"
}
}