2023-03-08 16:00:33 +07:00
|
|
|
{
|
2023-10-02 23:44:59 +07:00
|
|
|
"name": "@kitabisa/docker-slim-action",
|
2024-04-05 20:10:43 +07:00
|
|
|
"version": "1.1.1",
|
2023-03-08 16:00:33 +07:00
|
|
|
"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",
|
2023-08-15 01:12:20 +07:00
|
|
|
"url": "git+https://github.com/kitabisa/docker-slim-action.git"
|
2023-03-08 16:00:33 +07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"docker",
|
|
|
|
"container",
|
|
|
|
"golang",
|
|
|
|
"minify",
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"author": "dwisiswant0",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2023-08-15 01:12:20 +07:00
|
|
|
"url": "https://github.com/kitabisa/docker-slim-action/issues"
|
2023-03-08 16:00:33 +07:00
|
|
|
},
|
2023-08-15 01:12:20 +07:00
|
|
|
"homepage": "https://github.com/kitabisa/docker-slim-action#readme",
|
2023-03-08 16:00:33 +07:00
|
|
|
"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"
|
2024-03-22 00:19:33 +07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-01-12 09:28:37 +07:00
|
|
|
"@actions/tool-cache": "^2.0.1",
|
2025-01-12 08:44:03 +07:00
|
|
|
"@types/node": "^22.10.5"
|
2023-03-08 16:00:33 +07:00
|
|
|
}
|
|
|
|
}
|