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