29 lines
		
	
	
		
			644 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			644 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "name": "@vben/prettier-config",
 | 
						|
  "version": "5.0.0",
 | 
						|
  "private": true,
 | 
						|
  "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": "internal/lint-configs/prettier-config"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "type": "module",
 | 
						|
  "files": [
 | 
						|
    "dist"
 | 
						|
  ],
 | 
						|
  "main": "./index.mjs",
 | 
						|
  "module": "./index.mjs",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "default": "./index.mjs"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "prettier": "^3.3.3",
 | 
						|
    "prettier-plugin-tailwindcss": "^0.6.6"
 | 
						|
  }
 | 
						|
}
 |