{
	"name": "create-ghost",
	"version": "1.31.0",
	"type": "module",
	"files": [
		"dist",
		"LICENSE"
	],
	"bin": {
		"create-ghost": "./dist/bin.mjs",
		"ghost": "./dist/bin.mjs"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/ghostdevv/create-ghost"
	},
	"homepage": "https://github.com/ghostdevv/create-ghost",
	"author": "Willow GHOST <hello@willow.sh> (https://willow.sh)",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/ghostdevv/create-ghost/issues"
	},
	"scripts": {
		"update-templates": "tsx scripts/update-templates.ts",
		"check": "tsc --noEmit && biome check . && prettier --check .",
		"fix": "biome check . --fix && prettier --write .",
		"release": "changelogen --release",
		"build": "tsdown"
	},
	"dependencies": {
		"@clack/prompts": "^1.4.0",
		"picocolors": "^1.1.1",
		"sade": "^1.8.1",
		"tinyexec": "^1.1.2"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.15",
		"@types/node": "20.19.41",
		"actions-up": "1.14.2",
		"changelogen": "0.6.2",
		"prettier": "3.8.3",
		"taze": "19.13.0",
		"tsdown": "0.22.0",
		"tsx": "4.22.3",
		"typescript": "6.0.3"
	},
	"packageManager": "pnpm@10.33.4",
	"volta": {
		"node": "20.19.0",
		"pnpm": "10.33.4"
	},
	"engines": {
		"node": "^24.0.0||^22.8.0||^20.19.0"
	}
}
