package.json 629 字节
Newer Older
Q
qiang 已提交
1 2
{
  "name": "@dcloudio/uni-app",
3
  "version": "2.0.2-alpha-3080020230425001",
Q
qiang 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  "description": "uni-app composition-api",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-app"
  },
  "scripts": {
    "build": "tsc -p . "
  },
  "peerDependencies": {
    "@dcloudio/types": "^3.0.15",
    "@vue/composition-api": "^1.7.0"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "gitHead": "9e2d0f8e244724fcd64880316c57d837d1778cf8",
  "devDependencies": {
    "@dcloudio/types": "^3.0.15",
    "typescript": "^4.8.3"
  }
}