{
  "name": "expo-wechat",
  "version": "0.4.0",
  "description": "React Native Expo版本的微信SDK。基本实现了所有的微信官方SDK的功能，包括支付、登录、分享、客服、跳转小程序等。支持安卓和iOS。本框架旨在让你所有原生代码配置都在RN侧以及json文件中进行，真正做到0原生代码配置，充分利用expo的优势来做到简单好用。",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "wechat",
    "expo-wechat",
    "ExpoWechat"
  ],
  "repository": "https://github.com/likeSo/expo-wechat",
  "bugs": {
    "url": "https://github.com/likeSo/expo-wechat/issues"
  },
  "author": "Aron <Random1996@163.com> (https://github.com/likeSo)",
  "license": "MIT",
  "homepage": "https://github.com/likeSo/expo-wechat#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~19.0.0",
    "expo-module-scripts": "^4.1.6",
    "expo": "~53.0.0",
    "react-native": "0.79.1",
    "prettier": "^3.3.3"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
