{
	"name": "tavern-stack",
	"version": "0.0.7",
	"description": "TAVERN Stack CLI",
	"main": "index.js",
	"bin": {
		"tavern": "index.js"
	},
	"scripts": {
		"test": "node index.js create test-app"
	},
	"keywords": [
		"tavern",
		"stack",
		"cli",
		"command-line",
		"tool",
		"utility",
		"zip",
		"cross-zip",
		"commander"
	],
	"author": "Drew Chase",
	"license": "GPL-3.0-or-later",
	"dependencies": {
		"@inquirer/prompts": "^5.3.8",
		"@inquirer/select": "^2.4.7",
		"commander": "^12.1.0",
		"cross-zip": "^4.0.1",
		"prompt-sync": "^4.2.0"
	}
}
