| 123456789101112 |
- {
- "name": "@xdz/capability-share",
- "version": "1.0.0",
- "description": "分享能力层模块 - 提供分享到微信、QQ、微博等主流平台的能力,可独立打包为 SDK",
- "main": "src/main/ets/index.ets",
- "dependencies": {
- "@xdz/base-core": "file:../base-core"
- },
- "license": "MIT",
- "keywords": ["share", "umeng", "wechat", "qq", "weibo", "capability"]
- }
|