You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
619 B
26 lines
619 B
5 months ago
|
{
|
||
|
"scope": "alipay",
|
||
|
"name": "easysdk-security-textrisk",
|
||
|
"version": "0.0.1",
|
||
|
"main": "./main.tea",
|
||
|
"java": {
|
||
|
"package": "com.alipay.easysdk.security.textrisk",
|
||
|
"baseClient": "com.alipay.easysdk.kernel.BaseClient"
|
||
|
},
|
||
|
"csharp": {
|
||
|
"namespace": "Alipay.EasySDK.Security.TextRisk",
|
||
|
"baseClient": "Alipay.EasySDK.Kernel:BaseClient"
|
||
|
},
|
||
|
"typescript": {
|
||
|
"baseClient": "@alipay/easysdk-baseclient"
|
||
|
},
|
||
|
"php": {
|
||
|
"package": "Alipay.EasySDK.Security.TextRisk"
|
||
|
},
|
||
|
"go": {
|
||
|
"namespace": "security/textRisk"
|
||
|
},
|
||
|
"libraries": {
|
||
|
"EasySDKKernel": "alipay:easysdk-kernel:*"
|
||
|
}
|
||
|
}
|