{
	"name": "camon-builder",
	"version": "1.1.3",
	"description": "Scaffolding tool developed with PlopJS to scaffold any camon-related product fast and easy.",
	"main": "index.js",
	"type": "module",
	"bin": {
		"camon-builder": "./index.js"
	},
	"scripts": {
		"camon-build": "plop",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"author": "jesus@camonapp.com",
	"license": "ISC",
	"peerDependencies": {
		"inquirer": "9.3.5"
	},
	"dependencies": {
		"commander": "^12.1.0",
		"plop": "^4.0.1"
	}
}
