| 123456789101112 |
- {
- "name": "@xdz/capability-push",
- "version": "1.0.0",
- "description": "推送能力层模块 - 提供推送消息接收和处理能力,可独立打包为 SDK",
- "main": "src/main/ets/index.ets",
- "dependencies": {
- "@xdz/base-core": "file:../base-core"
- },
- "license": "MIT",
- "keywords": ["push", "jpush", "notification", "capability"]
- }
|