Blame view

Yi.Vben5.Vue3/internal/node-utils/package.json 1.01 KB
515fceeb   “wangming”   框架初始化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  {
    "name": "@vben/node-utils",
    "version": "5.5.7",
    "private": true,
    "homepage": "https://github.com/vbenjs/vue-vben-admin",
    "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
      "directory": "internal/node-utils"
    },
    "license": "MIT",
    "type": "module",
    "scripts": {
      "stub": "pnpm unbuild --stub"
    },
    "files": [
      "dist"
    ],
    "main": "./dist/index.mjs",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "exports": {
      ".": {
        "types": "./src/index.ts",
        "import": "./dist/index.mjs",
        "default": "./dist/index.mjs"
      }
    },
    "dependencies": {
      "@changesets/git": "catalog:",
      "@manypkg/get-packages": "catalog:",
      "chalk": "catalog:",
      "consola": "catalog:",
      "dayjs": "catalog:",
      "execa": "catalog:",
      "find-up": "catalog:",
      "ora": "catalog:",
      "pkg-types": "catalog:",
      "prettier": "catalog:",
      "rimraf": "catalog:"
    }
  }