办学质量监测教学评价系统
康鲁杰
7 天以前 bb1a2bc67e6e5751dc4b95760ffbe449af35fa82
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
{
  "name": "@vben/turbo-run",
  "version": "5.5.4",
  "private": true,
  "license": "MIT",
  "type": "module",
  "scripts": {
    "stub": "pnpm unbuild --stub"
  },
  "files": [
    "dist"
  ],
  "bin": {
    "turbo-run": "./bin/turbo-run.mjs"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@clack/prompts": "catalog:",
    "@vben/node-utils": "workspace:*",
    "cac": "catalog:"
  }
}