package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "wxMerchantTransfer",
  3. "id": "wxMerchantTransfer",
  4. "version": "1.0.0",
  5. "description": "WeChat Merchant Transfer Plugin",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "wxMerchantTransfer",
  13. "class": "com.plugin.wxmerchanttransfer.WxMerchantTransferModule"
  14. }
  15. ],
  16. "integrateType": "aar",
  17. "dependencies": [],
  18. "compileOptions": {
  19. "sourceCompatibility": "1.8",
  20. "targetCompatibility": "1.8"
  21. },
  22. "abis": [
  23. "armeabi-v7a",
  24. "arm64-v8a"
  25. ],
  26. "minSdkVersion": "22",
  27. "parameters": {}
  28. },
  29. "ios": {
  30. "plugins": [
  31. {
  32. "type": "module",
  33. "name": "wxMerchantTransfer",
  34. "class": "WxMerchantTransferModule"
  35. }
  36. ],
  37. "integrateType": "library",
  38. "deploymentTarget": "9.0"
  39. }
  40. }
  41. }