{
	"$schema": "https://raw.githubusercontent.com/denoland/deno/refs/heads/main/cli/schemas/config-file.v1.json",
	"tasks": {
		"dev": "deno run --watch src/main.ts"
	},
	"fmt": {
		"singleQuote": true,
		"semiColons": true,
		"useTabs": true,
		"indentWidth": 4,
		"lineWidth": 100
	}
}
