{ "name": "@perauset/server", "version": "0.0.0", "description": "Perauset backend server", "license": "MIT", "private": true, "type": "module", "main": "bin/start.ts", "scripts": { "tsc": "tsc", "start": "tsx bin/start.ts", "dev": "tsx watch --env-file=../.env bin/start.ts", "dbmigrate": "tsx --env-file=../.env bin/db-migrate.ts" }, "dependencies": { "@perauset/functions": "workspace:*", "@pikku/core": "^0.12.57", "@pikku/fastify": "^0.12.4", "@pikku/kysely": "^0.13.0", "kysely": "^0.29.2", "pg": "^8.16.0", "postgres-migrations": "^5.3.0", "tslib": "^2.8.1", "tsx": "^4.21.0", "typescript": "^5.9" }, "devDependencies": { "@pikku/cli": "^0.12.76", "@types/node": "^25", "@types/pg": "^8", "better-sqlite3": "^12.11.1" } }