{
  "name": "@shm-open/react-native-alipay",
  "version": "1.1.0",
  "description": "Alipay SDK for React Native. Support RN >= 0.47.",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "android/",
    "ios/",
    "lib/",
    "*.podspec"
  ],
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf lib",
    "compile": "tsc -d",
    "start": "concurrently npm:watch-ts npm:sync-to-app",
    "watch-ts": "npm run compile -- --watch",
    "sync-to-app": "if [ $SHM_APP_SOURCE_PATH ]; then msf ./ $SHM_APP_SOURCE_PATH/node_modules/@shm-open/react-native-alipay; else tail -f /dev/null; fi",
    "release": "npm test && npm run build && standard-version && git push --follow-tags origin master && npm publish",
    "test": "eslint src/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shm-open/react-native-alipay.git"
  },
  "keywords": [
    "alipay",
    "react",
    "react-native"
  ],
  "author": "shihuimiao",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "*"
  },
  "homepage": "https://github.com/shm-open/react-native-alipay",
  "devDependencies": {
    "@shm-open/eslint-config-bundle": "1.8.2",
    "@types/react-native": "0.66.16",
    "concurrently": "7.0.0",
    "msf-cli": "1.2.4",
    "standard-version": "9.3.2",
    "typescript": "4.5.5"
  },
  "dependencies": {}
}
