{
  "name": "{{name}}",
  "version": "1.0.0",
  "description": "SPA with API backend using mini-lit",
  "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.6",
    "@tailwindcss/cli": "^4.1.14",
    "@tailwindcss/vite": "^4.1.14",
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.3",
    "@types/node": "^24.5.2",
    "husky": "^9.1.7",
    "tailwindcss": "^4.1.14",
    "tsup": "^8.5.0",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "vite": "^7.1.9"
  },
  "dependencies": {
    "@mariozechner/mini-lit": "^0.1.9",
    "cors": "^2.8.5",
    "express": "^5.1.0",
    "lit": "^3.3.1"
  }
}
