{
  "name": "@kitajs/template",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "build": "concurrently --raw --restart-tries 0 \"npm:build:*\"",
    "build:css": "tailwindcss -m -i ./src/styles/index.css -o ./public/tailwind.css",
    "build:server": "kita build && tsc -p tsconfig.build.json",
    "dev": "concurrently --raw --restart-tries 0 \"npm:dev:*\"",
    "dev:css": "tailwindcss -i ./src/styles/index.css -o ./public/tailwind.css --watch",
    "dev:kita": "kita watch",
    "dev:server": "node --env-file=.env -r @swc-node/register --watch --enable-source-maps src/index.ts",
    "dev:tsc": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
    "format": "biome format --write .",
    "lint": "biome check .",
    "lint:ci": "biome ci .",
    "lint:fix": "biome check --apply-unsafe .",
    "start": "node --env-file=.env --enable-source-maps dist/index.js",
    "test": "kita build && node --env-file=.env --enable-source-maps -r @swc-node/register --test test/**/*.test.ts",
    "test:types": "kita build --dry-run && tsc --noEmit"
  },
  "dependencies": {
    "@fastify/helmet": "^11.1.1",
    "@fastify/multipart": "^8.2.0",
    "@fastify/sensible": "^5.5.0",
    "@fastify/static": "^7.0.2",
    "@fastify/under-pressure": "^8.3.0",
    "@kitajs/html": "4.0.0-next.3",
    "@kitajs/runtime": "^1.1.17",
    "close-with-grace": "^1.3.0",
    "fastify": "^4.26.2",
    "fastify-plugin": "^4.5.1",
    "pino": "^8.19.0",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@biomejs/biome": "1.6.3",
    "@kitajs/cli": "^1.1.31",
    "@kitajs/ts-html-plugin": "4.0.0-next.3",
    "@swc-node/register": "^1.9.0",
    "@swc/helpers": "^0.5.8",
    "@tailwindcss/typography": "^0.5.12",
    "@types/node": "^20.11.30",
    "concurrently": "^8.2.2",
    "pino-pretty": "^11.0.0",
    "tailwindcss": "^3.4.3",
    "typescript": "^5.4.3"
  },
  "engines": {
    "node": ">=20"
  }
}
