sfdx-bfo
Version:
Tools to generate the profile and custom labelfolders close to dx format
28 lines (27 loc) • 683 B
JSON
{
"name": "sfdx-bfo",
"version": "0.2.2",
"description":
"Tools to generate the profile and custom labelfolders close to dx format",
"main": "index.js",
"author": "Siddharatha Nagavarapu",
"repository": "siddharatha/sfdx-bfo",
"bugs": {
"url": "https://gitlab.com/siddharatha/sfdx-bfo/issues"
},
"scripts": {},
"keywords": ["bFO", "Cleanup", "Profiles"],
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.1",
"colors": "^1.2.1",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"inquirer": "^5.1.0",
"klaw-sync": "^3.0.2",
"lodash": "^4.17.5",
"simple-git": "^1.92.0",
"xml2js": "^0.4.19"
},
"devDependencies": {}
}