{ "name": "brf", "version": "0.0.1", "main": "server/index.js", "type": "module", "repository": "git@git.bitmill.io:lkm/brf.git", "author": "Linus Miller ", "license": "MIT", "private": true, "scripts": { "build": "pnpm run build:client && pnpm run build:server", "build:client": "VITE_ENTRY=public vite build && VITE_ENTRY=admin vite build", "build:server": "vite build --ssr", "clean": "rm -r dist", "fmt": "oxfmt", "fmt:check": "oxfmt --check", "lint": "oxlint", "prepare": "husky", "start": "node server/index.ts", "start:watch": "node --watch-path server --enable-source-maps server/index.ts", "test": "pnpm run test:client && pnpm run test:server", "test:client": "node --no-warnings --import=./client/test/jsdom_polyfills.ts --import=./client/test/register_tsx_hook.ts --test ./client/**/*.test.ts{,x}", "test:server": "node --env-file .env.testing --no-warnings --test ./server/**/*.test.ts", "types": "tsgo --skipLibCheck", "types:tsc": "tsc --skipLibCheck" }, "dependencies": { "@bmp/console": "^0.1.0", "@bmp/highlight-stack": "^0.1.2", "@domp/suppress": "^0.4.0", "@fastify/cookie": "^11.0.2", "@fastify/middie": "^9.3.2", "@fastify/session": "^11.1.1", "@fastify/static": "^9.1.3", "@fastify/type-provider-typebox": "^6.1.0", "@preact/signals": "^2.9.1", "chalk": "^5.6.2", "classnames": "^2.5.1", "d3": "^7.9.0", "easy-tz": "^0.2.0", "fastify": "^5.8.5", "fastify-plugin": "^6.0.0", "fastify-session-redis-store": "^7.1.2", "fastify-type-provider-zod": "^6.1.0", "ioredis": "^5.11.1", "kysely": "^0.29.2", "lodash": "^4.18.1", "lowline": "^0.4.2", "mini-qs": "^0.2.0", "pg": "^8.21.0", "pg-protocol": "^1.14.0", "pino-abstract-transport": "^3.0.0", "preact": "^10.29.2", "preact-iso": "^2.12.0", "preact-router": "^4.1.2", "rek": "^0.8.1", "zod": "^4.4.3" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@testing-library/preact": "^3.2.4", "@types/d3-dsv": "^3.0.7", "@types/lodash": "^4.17.24", "@types/node": "^25.9.3", "@typescript/native-preview": "7.0.0-dev.20260614.1", "d3-dsv": "^3.0.1", "husky": "^9.1.7", "jsdom": "^29.1.1", "lint-staged": "^17.0.7", "oxfmt": "^0.54.0", "oxlint": "^1.69.0", "sass": "^1.101.0", "typebox": "^1.2.10", "vite": "^8.0.16" } }