{
	"name": "create-elysiajs",
	"type": "commonjs",
	"version": "1.7.0",
	"description": "Scaffolding your Elysia project with the environment with easy!",
	"author": "kravetsone",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/kravetsone/create-elysiajs.git"
	},
	"readme": "https://github.com/kravetsone/create-elysiajs",
	"keywords": [
		"elysia",
		"elysiajs",
		"scaffolding",
		"create",
		"template",
		"lint",
		"eslint",
		"biome",
		"orm",
		"prisma",
		"drizzle",
		"husky"
	],
	"files": ["dist"],
	"bin": {
		"create-elysiajs": "dist/index.js"
	},
	"scripts": {
		"watch": "bunx pkgroll -w",
		"lint": "bunx @biomejs/biome check src",
		"lint:fix": "bun lint --apply",
		"prepublishOnly": "bunx pkgroll"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.0.0",
		"@types/bun": "^1.2.5",
		"@types/minimist": "^1.2.5",
		"husky": "^9.1.7",
		"pkgroll": "^2.11.2",
		"ts-dedent": "^2.2.0",
		"typescript": "^5.8.2"
	},
	"dependencies": {
		"enquirer": "^2.4.1",
		"minimist": "^1.2.8",
		"tasuku": "^2.0.1"
	}
}
