mirror of
				https://github.com/DerTyp7/shop-ejs-expressjs.git
				synced 2025-10-30 21:07:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			440 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			440 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "onlineshop",
 | |
|   "version": "1.0.0",
 | |
|   "description": "",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "author": "",
 | |
|   "license": "ISC",
 | |
|   "dependencies": {
 | |
|     "bcryptjs": "^2.4.3",
 | |
|     "body-parser": "^1.19.2",
 | |
|     "cookie-parser": "^1.4.6",
 | |
|     "ejs": "^3.1.6",
 | |
|     "express": "^4.17.3",
 | |
|     "jsonwebtoken": "^8.5.1",
 | |
|     "mysql": "^2.18.1",
 | |
|     "uuid": "^8.3.2"
 | |
|   }
 | |
| }
 | 
