chengkun
2025-09-15 35c7b841f41398ab270d9316e41e841ec6bfd9c0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "scope": "alipay",
  "name": "easysdk-payment-app",
  "version": "0.0.1",
  "main": "./main.tea",
  "java": {
    "package": "com.alipay.easysdk.payment.app",
    "baseClient": "com.alipay.easysdk.kernel.BaseClient"
  },
  "csharp": {
    "namespace": "Alipay.EasySDK.Payment.App",
    "baseClient": "Alipay.EasySDK.Kernel:BaseClient"
  },
  "typescript": {
    "baseClient": "@alipay/easysdk-baseclient"
  },
  "php": {
    "package": "Alipay.EasySDK.Payment.App"
  },
  "go": {
    "namespace": "payment/app"
  },
  "libraries": {
    "EasySDKKernel": "alipay:easysdk-kernel:*"
  }
}