update readme and package.json
This commit is contained in:
		
							parent
							
								
									416b977469
								
							
						
					
					
						commit
						9e657bf0a2
					
				
					 2 changed files with 15 additions and 5 deletions
				
			
		| 
						 | 
					@ -14,18 +14,18 @@ From [appwrite.io](https://appwrite.io)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### View database documents right inside VS Code.
 | 
					### View database documents right inside VS Code.
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Manage database collection permissions and rules.
 | 
					### Manage database collection permissions and rules.
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Create and view users, user preferences, and more.
 | 
					### Create and view users, user preferences, and more.
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Quickly and easily check the health of all the Appwrite services.
 | 
					### Quickly and easily check the health of all the Appwrite services.
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Requirements
 | 
					## Requirements
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										12
									
								
								package.json
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
										
									
									
									
								
							| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    "name": "vscode-appwrite",
 | 
					    "name": "vscode-appwrite",
 | 
				
			||||||
    "displayName": "vscode-appwrite",
 | 
					    "displayName": "Appwrite",
 | 
				
			||||||
    "description": "Manage your Appwrite resources right from VS Code!",
 | 
					    "description": "Manage your Appwrite resources right from VS Code!",
 | 
				
			||||||
    "version": "0.0.1",
 | 
					    "version": "0.0.1",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
| 
						 | 
					@ -14,6 +14,16 @@
 | 
				
			||||||
        "Other"
 | 
					        "Other"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "icon": "resources/AppwriteIcon.png",
 | 
					    "icon": "resources/AppwriteIcon.png",
 | 
				
			||||||
 | 
					    "galleryBanner": {
 | 
				
			||||||
 | 
					        "color": "#C80000",
 | 
				
			||||||
 | 
					        "theme": "dark"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "homepage": "https://github.com/streamlux/vscode-appwrite",
 | 
				
			||||||
 | 
					    "bugs": {
 | 
				
			||||||
 | 
					      "url": "https://github.com/streamlux/vscode-appwrite/issues",
 | 
				
			||||||
 | 
					      "email": "engineering@streamlux.com"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "license": "SEE LICENSE IN LICENSE.md",
 | 
				
			||||||
    "activationEvents": [
 | 
					    "activationEvents": [
 | 
				
			||||||
        "onCommand:vscode-appwrite.Connect",
 | 
					        "onCommand:vscode-appwrite.Connect",
 | 
				
			||||||
        "onView:Appwrite",
 | 
					        "onView:Appwrite",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue