npm-pack-all-zip
Version:
Pack your NPM project and all its dependencies into a deploy-ready zip file for Lambda(AWS/Azure) with zero configuration required.
35 lines (34 loc) • 772 B
JSON
{
"name": "npm-pack-all-zip",
"version": "0.3.2",
"description": "Pack your NPM project and all its dependencies into a deploy-ready zip file for Lambda(AWS/Azure) with zero configuration required.",
"main": "index.js",
"bin": {
"npm-pack-all-zip": "bin/index.js"
},
"author": {
"name": "Yeap Ghee Choon",
"email": "contact@garyyeap.com"
},
"repository": {
"type": "git",
"url": "https://github.com/garyyeap/npm-pack-all-zip.git"
},
"engines" : {
"node" : ">=7.6.0"
},
"keywords": [
"pack",
"azure",
"lambda",
"npm",
"zip"
],
"license": "MIT",
"dependencies": {
"archiver-promise": "^1.0.0",
"npm-packlist": "^1.4.8",
"sanitize-filename": "^1.6.3",
"simple-argv": "^2.0.4"
}
}