{ "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", "@sinclair/typebox": "^0.34.40", "@types/bcrypt": "^6.0.0", "bcrypt": "^6.0.0", "better-sqlite3": "^11.10.0", "fastify": "^5.0.0", "fastify-plugin": "^5.0.1", "joi": "^18.0.0", "otp": "^1.1.2", "uuidv7": "^1.0.2" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.1.0" } }