mirror of
				https://github.moeyy.xyz/https://github.com/docker/setup-compose-action.git
				synced 2025-10-27 19:14:25 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) 4de0e6e148
			
		
	
	
		4de0e6e148
		
			
		
	
	
	
	
		
			
			Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.62.1. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.56.0...v0.62.1) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-version: 0.62.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "docker-setup-compose",
 | |
|   "description": "Set up Docker Compose",
 | |
|   "main": "src/main.ts",
 | |
|   "scripts": {
 | |
|     "build": "ncc build --source-map --minify --license licenses.txt",
 | |
|     "lint": "yarn run prettier && yarn run eslint",
 | |
|     "format": "yarn run prettier:fix && yarn run eslint:fix",
 | |
|     "eslint": "eslint --max-warnings=0 .",
 | |
|     "eslint:fix": "eslint --fix .",
 | |
|     "prettier": "prettier --check \"./**/*.ts\"",
 | |
|     "prettier:fix": "prettier --write \"./**/*.ts\"",
 | |
|     "test": "jest"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/docker/setup-compose-action.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "actions",
 | |
|     "docker",
 | |
|     "compose"
 | |
|   ],
 | |
|   "author": "Docker Inc.",
 | |
|   "license": "Apache-2.0",
 | |
|   "packageManager": "yarn@3.6.3",
 | |
|   "dependencies": {
 | |
|     "@actions/core": "^1.11.1",
 | |
|     "@docker/actions-toolkit": "^0.62.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/node": "^20.12.12",
 | |
|     "@typescript-eslint/eslint-plugin": "^7.9.0",
 | |
|     "@typescript-eslint/parser": "^7.9.0",
 | |
|     "@vercel/ncc": "^0.38.1",
 | |
|     "eslint": "^8.57.0",
 | |
|     "eslint-config-prettier": "^9.1.0",
 | |
|     "eslint-plugin-jest": "^28.5.0",
 | |
|     "eslint-plugin-prettier": "^5.1.3",
 | |
|     "jest": "^29.7.0",
 | |
|     "prettier": "^3.2.5",
 | |
|     "ts-jest": "^29.1.2",
 | |
|     "ts-node": "^10.9.2",
 | |
|     "typescript": "^5.4.5"
 | |
|   }
 | |
| }
 |