package.json 775 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1
{
fxy060608's avatar
fxy060608 已提交
2
  "name": "@dcloudio/uni-uts-v1",
3
  "version": "3.0.0-alpha-3060720221018003",
fxy060608's avatar
fxy060608 已提交
4
  "description": "uni-uts-v1",
fxy060608's avatar
fxy060608 已提交
5 6 7 8 9 10 11 12
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
fxy060608's avatar
fxy060608 已提交
13
    "directory": "packages/uni-uts-v1"
fxy060608's avatar
fxy060608 已提交
14 15 16 17 18 19
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
  "dependencies": {
20
    "@dcloudio/uts": "3.0.0-alpha-3060720221018003",
fxy060608's avatar
fxy060608 已提交
21
    "@vue/shared": "3.2.41",
fxy060608's avatar
fxy060608 已提交
22
    "adm-zip": "^0.5.9",
fxy060608's avatar
fxy060608 已提交
23
    "execa": "^5.1.1",
fxy060608's avatar
fxy060608 已提交
24
    "fast-glob": "^3.2.11",
fxy060608's avatar
fxy060608 已提交
25 26
    "fs-extra": "^10.0.0",
    "jsonc-parser": "^3.0.0"
fxy060608's avatar
fxy060608 已提交
27 28
  },
  "devDependencies": {
fxy060608's avatar
fxy060608 已提交
29
    "@types/adm-zip": "^0.5.0",
fxy060608's avatar
fxy060608 已提交
30
    "@types/fs-extra": "^9.0.13"
fxy060608's avatar
fxy060608 已提交
31
  }
32
}