serverless-plugin-upx
Version:
Serverless Framework plugin for minifying Golang binaries with UPX (Ultimate Packer for eXecutables)
28 lines (27 loc) • 595 B
JSON
{
"name": "serverless-plugin-upx",
"version": "0.1.3",
"description": "Serverless Framework plugin for minifying Golang binaries with UPX (Ultimate Packer for eXecutables)",
"main": "index.js",
"scripts": {
"test": "echo \"No tests as of yet!\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/maros7/serverless-plugin-upx"
},
"keywords": [
"serverless",
"go",
"golang",
"aws",
"lambda",
"upx"
],
"author": "Marcus Rosén",
"license": "MIT",
"dependencies": {
"semver": "^5.5.0",
"upx": "^1.0.5"
}
}