{ "name": "kita", "version": "1.0.0", "private": true, "scripts": { "build": "kita build && tsc -p tsconfig.build.json", "dev": "concurrently --raw --restart-tries 0 \"npm:dev:*\"", "dev:kita": "kita watch", "dev:server": "node --env-file=.env --enable-source-maps -r @swc-node/register --watch 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/under-pressure": "^8.3.0", "@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.34", "@swc-node/register": "^1.9.0", "@swc/helpers": "^0.5.8", "@types/node": "^20.12.2", "concurrently": "^8.2.2", "pino-pretty": "^11.0.0", "typescript": "^5.4.3" }, "engines": { "node": ">=20" } }