{ "name": "@vben/types", "version": "5.0.0", "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": "packages/types" }, "license": "MIT", "type": "module", "scripts": { "#build": "pnpm unbuild" }, "files": [ "dist" ], "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./src/index.ts", "development": "./src/index.ts", "#default": "./dist/index.mjs", "default": "./src/index.ts" }, "./global": { "types": "./global.d.ts" } }, "publishConfig": { "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" } } }, "dependencies": { "@vben-core/typings": "workspace:*", "vue": "^3.4.33", "vue-router": "^4.4.0" } }