mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(monorepo/electron): create package.json
This commit is contained in:
		
							
								
								
									
										24
									
								
								apps/electron/package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								apps/electron/package.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | |||||||
|  | { | ||||||
|  |   "name": "@triliumnext/electron", | ||||||
|  |   "version": "0.0.1", | ||||||
|  |   "description": "Desktop client for TriliumNext, embedding both the client and the server.", | ||||||
|  |   "homepage": "https://github.com/TriliumNext/Notes#readme", | ||||||
|  |   "bugs": { | ||||||
|  |     "url": "https://github.com/TriliumNext/Notes/issues" | ||||||
|  |   }, | ||||||
|  |   "repository": { | ||||||
|  |     "type": "git", | ||||||
|  |     "url": "git+https://github.com/TriliumNext/Notes.git" | ||||||
|  |   }, | ||||||
|  |   "license": "AGPL-3.0-only", | ||||||
|  |   "author": { | ||||||
|  |     "name": "TriliumNext Notes Team", | ||||||
|  |     "email": "contact@eliandoran.me", | ||||||
|  |     "url": "https://github.com/TriliumNext/Notes" | ||||||
|  |   }, | ||||||
|  |   "type": "module", | ||||||
|  |   "main": "index.js", | ||||||
|  |   "scripts": { | ||||||
|  |     "test": "echo \"Error: no test specified\" && exit 1" | ||||||
|  |   } | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user