package.json 1.7 KB
Newer Older
VK1688's avatar
VK1688 已提交
1 2 3
{
  "id": "uni-pay-x",
  "displayName": "uni-pay-x",
VK1688's avatar
VK1688 已提交
4 5 6 7 8 9 10 11
  "version": "1.1.0",
  "description": "uni-pay 的 uni-app x版本,需HBX≥4.02",
	"keywords": [
        "uni-pay-x",
        "微信支付",
        "支付宝",
        "苹果虚拟支付"
    ],
VK1688's avatar
VK1688 已提交
12 13
  "repository": "",
  "engines": {
VK1688's avatar
VK1688 已提交
14
    "HBuilderX": "^4.02"
VK1688's avatar
VK1688 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
  },
  "dcloudext": {
    "type": "unicloud-template-page",
    "sale": {
      "regular": {
        "price": "0.00"
      },
      "sourcecode": {
        "price": "0.00"
      }
    },
    "contact": {
      "qq": ""
    },
    "declaration": {
VK1688's avatar
VK1688 已提交
30 31 32
      "ads": "无",
      "data": "插件不采集任何数据",
      "permissions": "无"
VK1688's avatar
VK1688 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46
    },
    "npmurl": ""
  },
  "uni_modules": {
    "dependencies": [],
    "encrypt": [],
    "platforms": {
      "cloud": {
        "tcb": "y",
        "aliyun": "y",
        "alipay": "y"
      },
      "client": {
        "Vue": {
VK1688's avatar
VK1688 已提交
47
          "vue2": "n",
VK1688's avatar
VK1688 已提交
48 49 50
          "vue3": "y"
        },
        "App": {
VK1688's avatar
VK1688 已提交
51 52 53 54
            "app-vue": "n",
            "app-nvue": "n",
            "app-uvue": "y",
            "app-harmony": "u"
VK1688's avatar
VK1688 已提交
55 56
        },
        "H5-mobile": {
VK1688's avatar
VK1688 已提交
57 58 59 60
          "Safari": "y",
          "Android Browser": "y",
          "微信浏览器(Android)": "y",
          "QQ浏览器(Android)": "y"
VK1688's avatar
VK1688 已提交
61 62
        },
        "H5-pc": {
VK1688's avatar
VK1688 已提交
63 64 65 66 67
          "Chrome": "y",
          "IE": "n",
          "Edge": "y",
          "Firefox": "y",
          "Safari": "y"
VK1688's avatar
VK1688 已提交
68 69
        },
        "小程序": {
VK1688's avatar
VK1688 已提交
70 71 72 73 74 75 76 77 78
          "微信": "n",
          "阿里": "n",
          "百度": "n",
          "字节跳动": "n",
          "QQ": "n",
          "钉钉": "n",
          "快手": "n",
          "飞书": "n",
          "京东": "n"
VK1688's avatar
VK1688 已提交
79 80
        },
        "快应用": {
VK1688's avatar
VK1688 已提交
81 82
          "华为": "n",
          "联盟": "n"
VK1688's avatar
VK1688 已提交
83 84 85 86 87
        }
      }
    }
  }
}