Teafile 419 B

12345678910111213141516171819202122
  1. {
  2. "scope": "alipay",
  3. "name": "easysdk-kernel",
  4. "version": "0.0.1",
  5. "main": "./main.tea",
  6. "releases": {
  7. "java": "com.alipay.sdk:easysdk-kernel:1.0.3",
  8. "csharp": "AlipayEasySDK.Kernel:1.0.1"
  9. },
  10. "java": {
  11. "package": "com.alipay.easysdk.kernel"
  12. },
  13. "csharp": {
  14. "namespace": "Alipay.EasySDK.Kernel"
  15. },
  16. "php": {
  17. "namespace": "Alipay.EasySDK.Kernel"
  18. },
  19. "go": {
  20. "namespace": "alipay/easysdk/kernel"
  21. }
  22. }