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