mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-13 07:45:41 +08:00
21 lines
382 B
JSON
21 lines
382 B
JSON
{
|
|
"name": "@vben/types",
|
|
"version": "4.0.0",
|
|
"license": "LGPL-3.0-or-later",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./global": {
|
|
"types": "./global.d.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@vben-core/typings": "workspace:*",
|
|
"vue": "catalog:",
|
|
"vue-router": "catalog:"
|
|
}
|
|
}
|