mirror of
				https://github.com/DerTyp7/notes-react.git
				synced 2025-10-31 05:17:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			288 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			288 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "notes",
 | |
|   "version": "1.0.0",
 | |
|   "description": "A notes-app",
 | |
|   "main": "server.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "author": "",
 | |
|   "license": "ISC",
 | |
|   "dependencies": {
 | |
|     "express": "^4.17.3",
 | |
|     "sqlite3": "^4.2.0"
 | |
|   }
 | |
| }
 | 
