package.json 642 字节
Newer Older
D
DCloud_LXH 已提交
1 2
{
  "name": "@dcloudio/uni-stacktracey",
3
  "version": "3.0.0-alpha-3060720221018006",
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
  "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",
D
DCloud_LXH 已提交
22
  "devDependencies": {
23
    "@dcloudio/types": "^2.6.12"
D
DCloud_LXH 已提交
24
  }
25
}