{
  "name": "react-native-youzan",
  "title": "React Native Youzan",
  "version": "1.2.0",
  "description": "对有赞 Android SDK 和 iOS SDK 的 React Native 封装",
  "main": "index.js",
  "files": [
    "README.md",
    "src",
    "ios",
    "android",
    "index.d.ts",
    "index.js",
    "react-native-youzan.podspec"
  ],
  "scripts": {
    "start": "react-native start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ybwdaisy/react-native-youzan.git",
    "baseUrl": "https://github.com/ybwdaisy/react-native-youzan"
  },
  "keywords": [
    "YouzanSDK",
    "react-native"
  ],
  "author": {
    "name": "ybwdaisy",
    "email": "ybw_daisy@163.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "react": "*",
    "react-native": "*"
  }
}