@hmscore/react-native-hms-map
Version:
React Native HMS Map Kit
38 lines • 815 B
JSON
{
"name": "@hmscore/react-native-hms-map-demo",
"version": "6.11.2-304",
"private": true,
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"devt": "react-devtools"
},
"license": "Apache-2.0",
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.7",
"@hmscore/react-native-hms-map": "6.11.2-304"
},
"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"
},
"files": [
"android",
"app.json",
"App.js",
"index.js",
"LICENSE",
"mapStyle.json",
"metro.config.js",
"package.json",
"README.md"
]
}