package.json 713 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-stat",
Q
qiang 已提交
3
  "version": "3.0.0-alpha-3040320220325003",
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
  "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"
  },
fxy060608's avatar
fxy060608 已提交
21 22
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "dependencies": {
Q
qiang 已提交
23
    "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040320220325003",
24
    "debug": "^4.3.3"
fxy060608's avatar
fxy060608 已提交
25 26 27
  },
  "devDependencies": {
    "@types/debug": "^4.1.7"
fxy060608's avatar
fxy060608 已提交
28
  }
fxy060608's avatar
fxy060608 已提交
29
}