{
  "name": "{{name}}",
  "version": "1.0.0",
  "description": "Static website",
  "type": "module",
  "scripts": {
    "build": "node infra/build.js",
    "dev": "./run.sh dev",
    "test": "npx tsx --test --test-concurrency=1 src/test/*.test.ts",
    "check": "biome check --write . && tsc --noEmit --project .",
    "prepare": "husky"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.2.4",
    "@types/node": "^24.5.2",
    "husky": "^9.1.7",
    "tailwindcss": "^4.1.13",
    "@tailwindcss/cli": "^4.1.13",
    "tsup": "^8.5.0",
    "tsx": "^4.20.5",
    "typescript": "^5.9.2"
  }
}