2023-01-17 11:53:57 +01:00
|
|
|
{
|
|
|
|
|
"name": "@docker/actions-toolkit",
|
2023-02-17 22:31:14 +01:00
|
|
|
"version": "0.0.0+unknown",
|
2023-01-17 11:53:57 +01:00
|
|
|
"description": "Toolkit for Docker (GitHub) Actions",
|
2026-01-28 10:34:04 +01:00
|
|
|
"type": "module",
|
2023-01-17 11:53:57 +01:00
|
|
|
"scripts": {
|
2023-01-22 21:22:42 +01:00
|
|
|
"build": "tsc",
|
2023-02-01 12:46:43 +01:00
|
|
|
"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\"",
|
2023-01-23 01:38:28 +01:00
|
|
|
"test": "jest",
|
2023-03-25 22:01:00 +01:00
|
|
|
"test:coverage": "jest --coverage",
|
2026-01-28 10:34:04 +01:00
|
|
|
"test:itg": "jest -c jest.config.itg.cjs --runInBand",
|
|
|
|
|
"test:itg-list": "jest -c jest.config.itg.cjs --listTests",
|
|
|
|
|
"test:itg-coverage": "jest -c jest.config.itg.cjs --coverage --runInBand"
|
2023-01-17 11:53:57 +01:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/docker/actions-toolkit.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
2023-01-22 22:50:08 +01:00
|
|
|
"github",
|
2023-01-17 11:53:57 +01:00
|
|
|
"actions",
|
|
|
|
|
"docker",
|
|
|
|
|
"build",
|
2023-01-22 22:50:08 +01:00
|
|
|
"buildx",
|
|
|
|
|
"buildkit"
|
2023-01-17 11:53:57 +01:00
|
|
|
],
|
2023-01-22 21:22:42 +01:00
|
|
|
"author": "Docker Inc.",
|
2023-01-17 11:53:57 +01:00
|
|
|
"license": "Apache-2.0",
|
2025-08-06 12:10:50 +02:00
|
|
|
"packageManager": "yarn@4.9.2",
|
2023-02-21 08:12:26 +01:00
|
|
|
"main": "lib/index.js",
|
|
|
|
|
"types": "lib/index.d.ts",
|
2023-01-22 22:50:08 +01:00
|
|
|
"directories": {
|
|
|
|
|
"lib": "lib",
|
|
|
|
|
"test": "__tests__"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
2023-03-02 11:01:19 +01:00
|
|
|
"lib"
|
2023-01-22 22:50:08 +01:00
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
2023-01-30 11:15:39 +01:00
|
|
|
"access": "public",
|
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
2023-01-22 22:50:08 +01:00
|
|
|
},
|
2023-01-17 11:53:57 +01:00
|
|
|
"dependencies": {
|
2026-01-28 09:04:56 +00:00
|
|
|
"@actions/artifact": "^5.0.3",
|
2026-01-28 08:54:01 +00:00
|
|
|
"@actions/cache": "^5.0.5",
|
2026-01-28 08:43:15 +00:00
|
|
|
"@actions/core": "^2.0.3",
|
2025-12-09 22:07:13 +00:00
|
|
|
"@actions/exec": "^2.0.0",
|
2026-01-28 13:21:41 +00:00
|
|
|
"@actions/github": "^9.0.0",
|
2026-01-27 15:07:35 +00:00
|
|
|
"@actions/http-client": "^3.0.2",
|
2026-01-28 22:54:18 +00:00
|
|
|
"@actions/io": "^3.0.2",
|
2026-01-28 08:43:12 +00:00
|
|
|
"@actions/tool-cache": "^3.0.1",
|
2025-12-15 10:41:11 +01:00
|
|
|
"@azure/storage-blob": "^12.29.1",
|
2025-11-05 10:45:32 +00:00
|
|
|
"@sigstore/bundle": "^4.0.0",
|
2026-01-05 10:32:05 +01:00
|
|
|
"@sigstore/sign": "^4.1.0",
|
2025-12-19 22:06:19 +00:00
|
|
|
"@sigstore/tuf": "^4.0.1",
|
2026-01-05 11:05:33 +00:00
|
|
|
"@sigstore/verify": "^3.1.0",
|
2023-03-02 13:48:24 +01:00
|
|
|
"async-retry": "^1.3.3",
|
2025-08-27 14:20:18 +00:00
|
|
|
"csv-parse": "^6.1.0",
|
2024-05-25 10:19:38 +02:00
|
|
|
"gunzip-maybe": "^1.4.2",
|
2023-08-02 22:03:10 +02:00
|
|
|
"handlebars": "^4.7.8",
|
2024-06-20 11:20:16 +02:00
|
|
|
"he": "^1.2.0",
|
2025-11-13 22:06:20 +00:00
|
|
|
"js-yaml": "^4.1.1",
|
2023-10-27 22:45:49 +00:00
|
|
|
"jwt-decode": "^4.0.0",
|
2025-10-07 22:06:45 +00:00
|
|
|
"semver": "^7.7.3",
|
2024-05-25 10:19:38 +02:00
|
|
|
"tar-stream": "^3.1.7",
|
2025-08-08 22:31:25 +00:00
|
|
|
"tmp": "^0.2.5"
|
2023-01-17 11:53:57 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-12-15 22:55:44 +01:00
|
|
|
"@eslint/compat": "^2.0.0",
|
|
|
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
|
|
|
"@eslint/js": "^9.39.2",
|
2026-01-05 10:32:05 +01:00
|
|
|
"@sigstore/rekor-types": "^4.0.0",
|
2025-12-15 22:25:01 +01:00
|
|
|
"@types/gunzip-maybe": "^1.4.3",
|
2024-06-20 11:20:16 +02:00
|
|
|
"@types/he": "^1.2.3",
|
2024-05-13 16:51:00 +02:00
|
|
|
"@types/js-yaml": "^4.0.9",
|
2025-12-15 22:25:01 +01:00
|
|
|
"@types/node": "^20.19.27",
|
2025-10-07 22:06:45 +00:00
|
|
|
"@types/semver": "^7.7.1",
|
2025-08-06 11:03:15 +02:00
|
|
|
"@types/tar-stream": "^3.1.4",
|
2024-05-07 12:33:35 +02:00
|
|
|
"@types/tmp": "^0.2.6",
|
2025-12-15 22:25:01 +01:00
|
|
|
"@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",
|
2025-08-06 11:03:15 +02:00
|
|
|
"eslint-plugin-import": "^2.32.0",
|
2025-12-15 22:25:01 +01:00
|
|
|
"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",
|
2024-05-07 12:33:35 +02:00
|
|
|
"ts-node": "^10.9.2",
|
2025-12-15 22:25:01 +01:00
|
|
|
"typescript": "^5.9.3"
|
2023-01-17 11:53:57 +01:00
|
|
|
}
|
|
|
|
|
}
|