@adobe/reactor-packager
Version:
Command line utility for packaging a Launch extension into a zip file.
30 lines (29 loc) • 735 B
JSON
{
"name": "@adobe/reactor-packager",
"version": "3.0.1",
"description": "Command line utility for packaging a Launch extension into a zip file.",
"author": {
"name": "Adobe Systems",
"url": "http://adobe.com",
"email": "reactor@adobe.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:Adobe-Marketing-Cloud/reactor-packager.git"
},
"dependencies": {
"@adobe/reactor-validator": "^2.0.3",
"archiver": "^2.1.1",
"chalk": "^2.4.1",
"copy": "^0.3.2",
"glob": "^7.1.2",
"is-empty": "1.2.0",
"match-requires": "^2.0.1",
"node-fs-extra": "^0.8.2",
"ramda": "^0.25.0"
},
"bin": {
"reactor-packager": "./tasks/index.js"
}
}