fig-folder
Version:
A CLI tool to organize configuration files into a fig/ folder with safe mode option
28 lines (27 loc) • 544 B
JSON
{
"name": "fig-folder",
"version": "1.3.0",
"description": "A CLI tool to organize configuration files into a fig/ folder with safe mode option",
"type": "module",
"main": "src/main.js",
"bin": {
"fig": "bin/fig.js"
},
"scripts": {
"fig": "node bin/fig.js",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"cli",
"config",
"organization",
"fig",
"safe"
],
"author": "Cloudboy",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^11.1.0"
}
}