44 lines
		
	
	
		
			917 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			917 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "name": "@vben/utils",
 | 
						|
  "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/utils"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "build": "pnpm unbuild",
 | 
						|
    "stub": "pnpm unbuild --stub"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "dist"
 | 
						|
  ],
 | 
						|
  "sideEffects": [
 | 
						|
    "**/*.css"
 | 
						|
  ],
 | 
						|
  "main": "./dist/index.mjs",
 | 
						|
  "module": "./dist/index.mjs",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "types": "./src/index.ts",
 | 
						|
      "development": "./src/index.ts",
 | 
						|
      "default": "./dist/index.mjs"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "publishConfig": {
 | 
						|
    "exports": {
 | 
						|
      ".": {
 | 
						|
        "types": "./dist/index.d.ts",
 | 
						|
        "default": "./dist/index.mjs"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@vben-core/toolkit": "workspace:*"
 | 
						|
  }
 | 
						|
}
 |