docker-slim-action/package.json
Dwi Siswanto adc0faf08f
refactor: use @actions/tool-cache instead of @actions/cache
Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-01-12 09:28:37 +07:00

43 lines
1.1 KiB
JSON

{
"name": "@kitabisa/docker-slim-action",
"version": "1.1.1",
"description": "Minify container image by up to 30x (and for compiled languages even more) making it secure too!",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist/ && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitabisa/docker-slim-action.git"
},
"keywords": [
"docker",
"container",
"golang",
"minify",
"actions"
],
"author": "dwisiswant0",
"license": "MIT",
"bugs": {
"url": "https://github.com/kitabisa/docker-slim-action/issues"
},
"homepage": "https://github.com/kitabisa/docker-slim-action#readme",
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2",
"extract-zip": "^2.0.1",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"os": "^0.1.2",
"path": "^0.12.7",
"tar": "^6.1.13"
},
"dependencies": {
"@actions/tool-cache": "^2.0.1",
"@types/node": "^22.10.5"
}
}