package.json 640 字节
Newer Older
D
DCloud_LXH 已提交
1 2
{
  "name": "@dcloudio/uni-stacktracey",
3
  "version": "2.0.1-alpha-36720221017001",
D
DCloud_LXH 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  "description": "@dcloudio/uni-stacktracey",
  "main": "dist/uni-stacktracey.cjs.js",
  "module": "dist/uni-stacktracey.es.js",
  "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",
  "devDependencies": {
    "@dcloudio/types": "^2.6.12"
  }
}