{ "name": "docker-setup-compose", "description": "Set up Docker Compose", "type": "module", "main": "src/main.ts", "scripts": { "build": "ncc build --source-map --minify --license licenses.txt", "lint": "eslint --max-warnings=0 .", "format": "eslint --fix .", "test": "vitest run" }, "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@4.9.2", "dependencies": { "@actions/core": "^1.11.1", "@docker/actions-toolkit": "^0.62.1" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/node": "^20.19.27", "@typescript-eslint/eslint-plugin": "^8.50.0", "@typescript-eslint/parser": "^8.50.0", "@vercel/ncc": "^0.38.4", "@vitest/coverage-v8": "^4.0.18", "@vitest/eslint-plugin": "^1.6.9", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "globals": "^17.3.0", "prettier": "^3.7.4", "typescript": "^5.9.3", "vitest": "^4.0.18" } }