| 
									
										
										
										
											2020-08-15 12:45:36 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "docker-login", | 
					
						
							|  |  |  |   "description": "GitHub Action to login against a Docker registry", | 
					
						
							|  |  |  |   "main": "lib/main.js", | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "build": "tsc && ncc build", | 
					
						
							|  |  |  |     "format": "prettier --write **/*.ts", | 
					
						
							|  |  |  |     "format-check": "prettier --check **/*.ts", | 
					
						
							| 
									
										
										
										
											2020-08-21 12:45:16 +00:00
										 |  |  |     "test": "jest --coverage", | 
					
						
							| 
									
										
										
										
											2020-08-15 12:45:36 +00:00
										 |  |  |     "pre-checkin": "yarn run format && yarn run build" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							| 
									
										
										
										
											2020-08-15 12:47:14 +00:00
										 |  |  |     "url": "git+https://github.com/crazy-max/ghaction-docker-login.git" | 
					
						
							| 
									
										
										
										
											2020-08-15 12:45:36 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "actions", | 
					
						
							|  |  |  |     "docker", | 
					
						
							|  |  |  |     "login" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "author": "CrazyMax", | 
					
						
							| 
									
										
										
										
											2020-08-15 13:07:59 +00:00
										 |  |  |   "license": "MIT", | 
					
						
							| 
									
										
										
										
											2020-08-15 12:45:36 +00:00
										 |  |  |   "dependencies": { | 
					
						
							|  |  |  |     "@actions/core": "^1.2.4", | 
					
						
							| 
									
										
										
										
											2020-08-21 12:45:16 +00:00
										 |  |  |     "@actions/exec": "^1.0.4", | 
					
						
							|  |  |  |     "@actions/io": "^1.0.2", | 
					
						
							|  |  |  |     "semver": "^7.3.2" | 
					
						
							| 
									
										
										
										
											2020-08-15 12:45:36 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							|  |  |  |     "@types/jest": "^26.0.3", | 
					
						
							|  |  |  |     "@types/node": "^14.0.14", | 
					
						
							| 
									
										
										
										
											2020-08-21 11:33:37 +00:00
										 |  |  |     "@vercel/ncc": "^0.23.0", | 
					
						
							| 
									
										
										
										
											2020-08-21 12:45:16 +00:00
										 |  |  |     "dotenv": "^8.2.0", | 
					
						
							|  |  |  |     "jest": "^26.1.0", | 
					
						
							|  |  |  |     "jest-circus": "^26.1.0", | 
					
						
							|  |  |  |     "jest-runtime": "^26.1.0", | 
					
						
							| 
									
										
										
										
											2020-08-15 12:45:36 +00:00
										 |  |  |     "prettier": "^2.0.5", | 
					
						
							| 
									
										
										
										
											2020-08-21 12:45:16 +00:00
										 |  |  |     "ts-jest": "^26.1.1", | 
					
						
							| 
									
										
										
										
											2020-08-15 12:45:36 +00:00
										 |  |  |     "typescript": "^3.9.5", | 
					
						
							|  |  |  |     "typescript-formatter": "^7.2.2" | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |