UNPKG

@huangjs888/react-native-amap

Version:
73 lines (72 loc) 1.7 kB
{ "name": "@huangjs888/react-native-amap", "title": "React Native AMap", "version": "1.4.0", "description": "Implement Gaode map and OpenGL.", "main": "src/index", "source": "src/index", "files": [ "android", "ios", "!android/build", "!ios/build", "src", "react-native-amap.podspec", "README.md" ], "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "repository": { "type": "git", "url": "https://github.com/huangjs888/react-native-amap.git", "baseUrl": "https://github.com/huangjs888/react-native-amap" }, "keywords": [ "huangjs", "huangjs888", "map", "maps", "amap", "amap3d", "react-native", "react-native-amap", "opengl", "OpenGL", "ios", "android" ], "author": { "name": "Huangjs", "email": "1170384651@qq.com" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/huangjs888/react-native-amap/issues" }, "homepage": "https://github.com/huangjs888/react-native-amap#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": "*", "react-native": "*" }, "dependencies": {}, "devDependencies": { "@babel/core": "^7.18.9", "@babel/runtime": "^7.18.9", "@react-native-community/eslint-config": "^3.2.0", "@tsconfig/react-native": "^2.0.2", "@types/react": "^18.0.21", "@types/react-native": "^0.70.6", "eslint": "^7.32.0", "metro-react-native-babel-preset": "^0.72.3", "prettier": "^2.8.1", "react": "18.1.0", "react-native": "0.70.6", "typescript": "^4.8.3" } }