{ "name": "@docker/actions-toolkit", "version": "0.0.0+unknown", "description": "Toolkit for Docker (GitHub) Actions", "scripts": { "build": "tsc", "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", "test:coverage": "jest --coverage", "test:itg": "jest -c jest.config.itg.js --runInBand", "test:itg-list": "jest -c jest.config.itg.js --listTests", "test:itg-coverage": "jest -c jest.config.itg.js --coverage --runInBand" }, "repository": { "type": "git", "url": "git+https://github.com/docker/actions-toolkit.git" }, "keywords": [ "github", "actions", "docker", "build", "buildx", "buildkit" ], "author": "Docker Inc.", "license": "Apache-2.0", "packageManager": "yarn@4.9.2", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@actions/artifact": "^5.0.1", "@actions/cache": "^5.0.1", "@actions/core": "^2.0.1", "@actions/exec": "^2.0.0", "@actions/github": "^6.0.1", "@actions/http-client": "^3.0.0", "@actions/io": "^2.0.0", "@actions/tool-cache": "^2.0.2", "@azure/storage-blob": "^12.29.1", "@octokit/core": "^5.2.2", "@octokit/plugin-rest-endpoint-methods": "^10.4.1", "@sigstore/bundle": "^4.0.0", "@sigstore/sign": "^4.0.1", "@sigstore/tuf": "^4.0.0", "@sigstore/verify": "^3.0.0", "async-retry": "^1.3.3", "csv-parse": "^6.1.0", "gunzip-maybe": "^1.4.2", "handlebars": "^4.7.8", "he": "^1.2.0", "js-yaml": "^4.1.1", "jwt-decode": "^4.0.0", "semver": "^7.7.3", "tar-stream": "^3.1.7", "tmp": "^0.2.5" }, "devDependencies": { "@eslint/compat": "^2.0.0", "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.2", "@sigstore/rekor-types": "^3.0.0", "@types/gunzip-maybe": "^1.4.3", "@types/he": "^1.2.3", "@types/js-yaml": "^4.0.9", "@types/node": "^20.19.27", "@types/semver": "^7.7.1", "@types/tar-stream": "^3.1.4", "@types/tmp": "^0.2.6", "@typescript-eslint/eslint-plugin": "^8.50.0", "@typescript-eslint/parser": "^8.50.0", "dotenv": "^17.2.3", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.5.0", "eslint-plugin-prettier": "^5.5.4", "jest": "^30.2.0", "prettier": "^3.7.4", "rimraf": "^6.1.2", "ts-jest": "^29.4.6", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }