{
  "name": "@haykmkrtich/react-native-patriot-native",
  "version": "1.4.0",
  "main": "index.ts",
  "files": [
    "index.ts",
    "src/",
    "android/",
    "README.md",
    "MOBILE_APP_GUIDE.md"
  ],
  "keywords": [
    "react-native",
    "wearos",
    "watchface",
    "16kb-pages",
    "rn-0.77",
    "turbomodule"
  ],
  "author": "Hayk Mkrtich",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/HaykMkrtich/react-native-patriot-native"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react-native": ">=0.77.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "react-native": {
    "android": {
      "sourceDir": "android",
      "packageImportPath": "import com.patriotnative.PatriotNativePackage;"
    }
  },
  "codegenConfig": {
    "name": "PatriotNative",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.patriotnative"
    }
  }
}
