package.json 1.19 KB
{
  "name": "@cqfw/react-native-amap3d",
  "version": "0.0.3",
  "description": "react-native 高德地图组件,支持 Android + iOS",
  "author": "feewee",
  "license": "MIT",
  "keywords": [
    "react-native",
    "amap",
    "maps",
    "mapview"
  ],
  "main": "lib/src",
  "files": [
    "lib/src",
    "lib/android/src",
    "lib/android/build.gradle",
    "lib/ios",
    "react-native.config.js",
    "react-native-amap3d.podspec"
  ],
  "homepage": "http://gitlab.feewee.cn/sdk/react-native-amap3d",
  "repository": {
    "type": "git",
    "url": "http://gitlab.feewee.cn/sdk/react-native-amap3d"
  },
  "scripts": {
    "npm:publish": "npm --registry https://registry.npmjs.org/ --access public publish",
    "npm:sync": "curl -i https://npm.taobao.org/sync/@cqfw/react-native-amap3d",
    "pod:lint": "export LANG=en_US.UTF-8 && pod lib lint react-native-amap3d.podspec",
    "pod:install": "cd ios && export LANG=en_US.UTF-8 && pod install"
  },
  "dependencies": {
    "supercluster": "^7.1.4"
  },
  "devDependencies": {
    "@types/react-native": "^0.70.4",
    "@types/supercluster": "^5.0.3",
    "react": "17.0.2",
    "react-native": "^0.62.0"
  },
  "prettier": {
    "printWidth": 120
  }
}