package.json 694 字节
Newer Older
D
DCloud_LXH 已提交
1 2
{
  "name": "@dcloudio/uni-stacktracey",
Q
qiang 已提交
3
  "version": "3.0.0-alpha-3050220220719003",
D
DCloud_LXH 已提交
4 5
  "description": "@dcloudio/uni-stacktracey",
  "main": "dist/uni-stacktracey.cjs.js",
D
DCloud_LXH 已提交
6
  "module": "dist/uni-stacktracey.es.js",
D
DCloud_LXH 已提交
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
  "files": [
    "dist",
    "lib"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-stacktracey"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "dependencies": {
23
    "source-map": "^0.7.3"
D
DCloud_LXH 已提交
24
  },
D
DCloud_LXH 已提交
25
  "devDependencies": {
26
    "@dcloudio/types": "^2.6.12"
D
DCloud_LXH 已提交
27
  }
28
}