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-common",
| "version": "0.0.1",
| "main": "./main.tea",
| "java": {
| "package": "com.alipay.easysdk.payment.common",
| "baseClient": "com.alipay.easysdk.kernel.BaseClient"
| },
| "csharp": {
| "namespace": "Alipay.EasySDK.Payment.Common",
| "baseClient": "Alipay.EasySDK.Kernel:BaseClient"
| },
| "typescript": {
| "baseClient": "@alipay/easysdk-baseclient"
| },
| "php": {
| "package": "Alipay.EasySDK.Payment.Common"
| },
| "go": {
| "namespace": "payment/common"
| },
| "libraries": {
| "EasySDKKernel": "alipay:easysdk-kernel:*"
| }
| }
|
|