{
	"name": "create-vite-lite",
	"version": "0.1.6",
	"description": "Create Vite Lite",
	"author": "MrAmericanMike",
	"main": "./src/main.js",
	"type": "module",
	"scripts": {
		"build": "unbuild",
		"prepublishOnly": "pnpm run build"
	},
	"bin": {
		"create-vite-lite": "./src/main.js",
		"cvl": "./src/main.js"
	},
	"files": [
		"src/main.js",
		"package.json",
		"template-*/**",
		"dist",
		"README.md"
	],
	"keywords": [
		"create-vite-lite",
		"create-vite",
		"create-vite-app",
		"create",
		"vite",
		"app",
		"vanilla",
		"lit",
		"preact",
		"react",
		"solid",
		"svelte",
		"vue"
	],
	"license": "MIT",
	"homepage": "https://github.com/MrAmericanMike/create-vite-lite#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/MrAmericanMike/create-vite-lite.git"
	},
	"bugs": {
		"url": "https://github.com/MrAmericanMike/create-vite-lite/issues"
	},
	"dependencies": {
		"kolorist": "1.8.0",
		"prompts": "2.4.2"
	},
	"devDependencies": {
		"@types/prompts": "2.4.9",
		"@types/node": "22.15.21",
		"typescript": "5.8.3",
		"unbuild": "3.5.0"
	}
}

