package.json 613 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-push",
R
r-u 已提交
3
  "version": "3.0.0-3081220230814001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7
  "description": "@dcloudio/uni-push",
  "main": "lib/uni-push.js",
  "module": "lib/uni-push.js",
  "files": [
fxy060608's avatar
fxy060608 已提交
8
    "dist",
fxy060608's avatar
fxy060608 已提交
9 10 11 12 13 14 15 16 17 18 19 20 21 22
    "lib"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-push"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "dependencies": {
R
r-u 已提交
23
    "@dcloudio/uni-cli-shared": "3.0.0-3081220230814001"
fxy060608's avatar
fxy060608 已提交
24 25
  }
}