mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
33 lines
624 B
JSON
33 lines
624 B
JSON
{
|
|
"name": "@vben/vsh",
|
|
"version": "5.7.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm exec tsdown",
|
|
"stub": "pnpm run build"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"bin": {
|
|
"vsh": "./bin/vsh.mjs"
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@vben/node-utils": "workspace:*",
|
|
"cac": "catalog:",
|
|
"circular-dependency-scanner": "catalog:",
|
|
"depcheck": "catalog:",
|
|
"publint": "catalog:"
|
|
}
|
|
}
|