package.json 613 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@dcloudio/uni-push",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "@dcloudio/uni-push",
  5. "main": "lib/uni-push.js",
  6. "module": "lib/uni-push.js",
  7. "files": [
  8. "dist",
  9. "lib"
  10. ],
  11. "sideEffects": false,
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/dcloudio/uni-app.git",
  15. "directory": "packages/uni-push"
  16. },
  17. "license": "Apache-2.0",
  18. "bugs": {
  19. "url": "https://github.com/dcloudio/uni-app/issues"
  20. },
  21. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  22. "dependencies": {
  23. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001"
  24. }
  25. }