build_salesforce_package
Version:
Build Saleforce Package to be deployed using git diff
27 lines (26 loc) • 644 B
JSON
{
"name": "build_salesforce_package",
"version": "1.41.50",
"description": "Build Saleforce Package to be deployed using git diff",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Guillaume Rebmann <guillaume@rebmann.fr> ",
"license": "MIT",
"preferGlobal": true,
"bin": {
"build_salesforce_package": "./bin/index.js"
},
"dependencies": {
"adm-zip": "0.4.7 ",
"chalk": "2.1.0",
"commander": "2.11.0",
"cryptr": "2.0.0",
"figlet": "1.2.0",
"fs-extra": "4.0.1",
"node-cmd": "3.0.0",
"q": "1.4.1",
"xmlbuilder": "9.0.4"
}
}