28 lines
		
	
	
		
			623 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			623 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "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",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "types": "./src/index.ts",
 | 
						|
      "default": "./src/index.ts"
 | 
						|
    },
 | 
						|
    "./global": {
 | 
						|
      "types": "./global.d.ts"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@vben-core/typings": "workspace:*",
 | 
						|
    "vue": "^3.4.35",
 | 
						|
    "vue-router": "^4.4.2"
 | 
						|
  }
 | 
						|
}
 |