| 
									
										
										
										
											2019-07-10 10:54:25 -04:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "setup-java", | 
					
						
							| 
									
										
										
										
											2023-11-29 19:41:46 +05:30
										 |  |  |   "version": "4.0.0", | 
					
						
							| 
									
										
										
										
											2019-07-10 10:54:25 -04:00
										 |  |  |   "private": true, | 
					
						
							|  |  |  |   "description": "setup java action", | 
					
						
							| 
									
										
										
										
											2020-08-24 14:19:47 +02:00
										 |  |  |   "main": "dist/setup/index.js", | 
					
						
							| 
									
										
										
										
											2019-07-10 10:54:25 -04:00
										 |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2020-05-02 04:33:15 -07:00
										 |  |  |     "build": "ncc build -o dist/setup src/setup-java.ts && ncc build -o dist/cleanup src/cleanup-java.ts", | 
					
						
							| 
									
										
										
										
											2023-04-03 12:48:27 +02:00
										 |  |  |     "format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write \"**/*.{ts,yml,yaml}\"", | 
					
						
							|  |  |  |     "format-check": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --check \"**/*.{ts,yml,yaml}\"", | 
					
						
							|  |  |  |     "lint": "eslint --config ./.eslintrc.js \"**/*.ts\"", | 
					
						
							|  |  |  |     "lint:fix": "eslint --config ./.eslintrc.js \"**/*.ts\" --fix", | 
					
						
							| 
									
										
										
										
											2019-12-19 08:52:26 -08:00
										 |  |  |     "prerelease": "npm run-script build", | 
					
						
							| 
									
										
										
										
											2020-05-02 04:33:15 -07:00
										 |  |  |     "release": "git add -f dist/setup/index.js dist/cleanup/index.js", | 
					
						
							| 
									
										
										
										
											2019-07-10 10:54:25 -04:00
										 |  |  |     "test": "jest" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git+https://github.com/actions/setup-java.git" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "actions", | 
					
						
							| 
									
										
										
										
											2021-04-05 13:02:27 +03:00
										 |  |  |     "java", | 
					
						
							| 
									
										
										
										
											2019-07-10 10:54:25 -04:00
										 |  |  |     "setup" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "author": "GitHub", | 
					
						
							|  |  |  |   "license": "MIT", | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2025-01-17 03:35:15 +05:30
										 |  |  |     "@actions/cache": "^4.0.0", | 
					
						
							| 
									
										
										
										
											2022-10-06 12:11:13 +01:00
										 |  |  |     "@actions/core": "^1.10.0", | 
					
						
							| 
									
										
										
										
											2021-04-05 13:02:27 +03:00
										 |  |  |     "@actions/exec": "^1.0.4", | 
					
						
							| 
									
										
										
										
											2023-11-29 19:41:46 +05:30
										 |  |  |     "@actions/glob": "^0.4.0", | 
					
						
							| 
									
										
										
										
											2024-03-08 10:25:58 -06:00
										 |  |  |     "@actions/http-client": "^2.2.1", | 
					
						
							| 
									
										
										
										
											2021-04-05 13:02:27 +03:00
										 |  |  |     "@actions/io": "^1.0.2", | 
					
						
							| 
									
										
										
										
											2023-11-29 19:41:46 +05:30
										 |  |  |     "@actions/tool-cache": "^2.0.1", | 
					
						
							| 
									
										
										
										
											2024-03-08 10:25:58 -06:00
										 |  |  |     "semver": "^7.6.0", | 
					
						
							| 
									
										
										
										
											2021-04-05 13:02:27 +03:00
										 |  |  |     "xmlbuilder2": "^2.4.0" | 
					
						
							| 
									
										
										
										
											2019-07-10 10:54:25 -04:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							| 
									
										
										
										
											2024-03-08 10:25:58 -06:00
										 |  |  |     "@types/jest": "^29.5.12", | 
					
						
							|  |  |  |     "@types/node": "^20.11.24", | 
					
						
							|  |  |  |     "@types/semver": "^7.5.8", | 
					
						
							| 
									
										
										
										
											2023-03-09 14:49:35 +02:00
										 |  |  |     "@typescript-eslint/eslint-plugin": "^5.54.0", | 
					
						
							|  |  |  |     "@typescript-eslint/parser": "^5.54.0", | 
					
						
							| 
									
										
										
										
											2023-11-29 19:41:46 +05:30
										 |  |  |     "@vercel/ncc": "^0.38.1", | 
					
						
							| 
									
										
										
										
											2024-03-08 10:25:58 -06:00
										 |  |  |     "eslint": "^8.57.0", | 
					
						
							| 
									
										
										
										
											2023-03-09 14:49:35 +02:00
										 |  |  |     "eslint-config-prettier": "^8.6.0", | 
					
						
							| 
									
										
										
										
											2024-03-08 10:25:58 -06:00
										 |  |  |     "eslint-plugin-jest": "^27.9.0", | 
					
						
							| 
									
										
										
										
											2023-05-23 11:58:12 +02:00
										 |  |  |     "eslint-plugin-node": "^11.1.0", | 
					
						
							| 
									
										
										
										
											2023-11-29 19:41:46 +05:30
										 |  |  |     "jest": "^29.7.0", | 
					
						
							|  |  |  |     "jest-circus": "^29.7.0", | 
					
						
							| 
									
										
										
										
											2023-03-09 14:49:35 +02:00
										 |  |  |     "prettier": "^2.8.4", | 
					
						
							| 
									
										
										
										
											2024-03-08 10:25:58 -06:00
										 |  |  |     "ts-jest": "^29.1.2", | 
					
						
							|  |  |  |     "typescript": "^5.3.3" | 
					
						
							| 
									
										
										
										
											2023-11-29 19:41:46 +05:30
										 |  |  |   }, | 
					
						
							|  |  |  |   "bugs": { | 
					
						
							|  |  |  |     "url": "https://github.com/actions/setup-java/issues" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "homepage": "https://github.com/actions/setup-java#readme" | 
					
						
							| 
									
										
										
										
											2022-09-05 13:22:12 +02:00
										 |  |  | } |