{
  "name": "@tuya-oh/react-native-amap-geolocation",
  "description": "ReactNative geolocation module for Harmony",
  "keywords": [
    "react-native",
    "amap",
    "location",
    "geolocation"
  ],
  "version": "1.2.3-0.1.2",
  "author": "7c00 <i@7c00.cc>",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/kunyuan-hongke/ty-react-native-amap-geolocation"
  },
  "license": "MIT",
  "files": [
    "src",
    "react-native.config.js",
    "harmony",
    "lib/js"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "main": "src/index.ts",
  "scripts": {
    "build-docs": "npx typedoc --out docs/api --excludeNotExported --module commonjs --mode file src",
    "start": "react-native start",
    "reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
    "android": "react-native run-android",
    "release-android": "react-native run-android --variant=release",
    "ios": "react-native run-ios",
    "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-amap-geolocation --cpp-output-path ./harmony/amap_geolocation/src/main/cpp/generated --ets-output-path ./harmony/amap_geolocation/src/main/ets/generated --turbo-modules-spec-paths ./src"
  },
  "devDependencies": {
    "@types/react-native": "^0.71.2",
    "react": "^18.2.0",
    "react-native": "^0.71.2",
    "typescript": "^5.0.4",
    "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",
    "@react-native-community/cli": "11.3.6"
  },
  "dependencies": {
    "react-native-amap-geolocation": "^1.2.3"
  },
  "harmony": {
    "alias": "react-native-amap-geolocation"
  },
  "prettier": {
    "printWidth": 100
  }
}
