2024-05-21 14:14:25 +00:00
|
|
|
{
|
|
|
|
"name": "@vben/types",
|
2024-12-12 14:47:11 +00:00
|
|
|
"version": "5.5.1",
|
2024-05-21 14:14:25 +00:00
|
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
2024-06-16 15:56:20 +00:00
|
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
2024-05-21 14:14:25 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
|
|
"directory": "packages/types"
|
|
|
|
},
|
2024-06-16 15:56:20 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
2024-05-21 14:14:25 +00:00
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./src/index.ts",
|
2024-07-22 16:03:59 +00:00
|
|
|
"default": "./src/index.ts"
|
2024-05-21 14:14:25 +00:00
|
|
|
},
|
|
|
|
"./global": {
|
|
|
|
"types": "./global.d.ts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@vben-core/typings": "workspace:*",
|
2024-09-19 13:40:54 +00:00
|
|
|
"vue": "catalog:",
|
|
|
|
"vue-router": "catalog:"
|
2024-05-21 14:14:25 +00:00
|
|
|
}
|
|
|
|
}
|