docker-slim-action/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2023-03-08 16:00:33 +07:00
{
2023-10-02 23:44:59 +07:00
"name": "@kitabisa/docker-slim-action",
"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"
},
"dependencies": {
"@actions/tool-cache": "^2.0.1",
"@types/node": "^22.10.5"
2023-03-08 16:00:33 +07:00
}
}