41 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-plugins.schema.json",
 | |
|   "plugins": [
 | |
|     {
 | |
|       "packageName": "rush-init-project-plugin",
 | |
|       "pluginName": "rush-init-project-plugin",
 | |
|       "autoinstallerName": "plugins"
 | |
|     },
 | |
|     {
 | |
|       "packageName": "@coze-arch/rush-run-tsc-plugin",
 | |
|       "pluginName": "@coze-arch/rush-run-tsc-plugin",
 | |
|       "autoinstallerName": "plugins"
 | |
|     },
 | |
|     {
 | |
|       "packageName": "@coze-arch/rush-publish-plugin",
 | |
|       "pluginName": "@coze-arch/rush-publish-plugin",
 | |
|       "autoinstallerName": "plugins"
 | |
|     },
 | |
|     {
 | |
|       "packageName": "@coze-arch/rush-fix-ts-refers-plugin",
 | |
|       "pluginName": "@coze-arch/rush-fix-ts-refers-plugin",
 | |
|       "autoinstallerName": "plugins"
 | |
|     },
 | |
|     {
 | |
|       "packageName": "@coze-arch/rush-increment-run-plugin",
 | |
|       "pluginName": "@coze-arch/rush-increment-run-plugin",
 | |
|       "autoinstallerName": "plugins"
 | |
|     },
 | |
|     {
 | |
|       "packageName": "@coze-arch/rush-dep-level-check-plugin",
 | |
|       "pluginName": "@coze-arch/rush-dep-level-check-plugin",
 | |
|       "autoinstallerName": "plugins"
 | |
|     },
 | |
|     {
 | |
|       "packageName": "@coze-arch/rush-clear-build-cache-plugin",
 | |
|       "pluginName": "@coze-arch/rush-clear-build-cache-plugin",
 | |
|       "autoinstallerName": "plugins"
 | |
|     }
 | |
|   ]
 | |
| }
 |