oh-package.json5 355 B

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