{ "type": "module", "name": "shared", "private": true, "version": "1.0.0", "description": "shared utils library", "scripts": {}, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/jwt": "^9.1.0", "@fastify/swagger": "^9.6.1", "@fastify/swagger-ui": "^5.2.3", "@types/bcrypt": "^6.0.0", "bcrypt": "^6.0.0", "better-sqlite3": "^11.10.0", "fastify": "^5.6.2", "fastify-plugin": "^5.1.0", "joi": "^18.0.2", "otp": "^1.1.2", "typebox": "^1.0.59", "uuidv7": "^1.1.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.19.1" } }