ft_transcendence/src/@shared/package.json
2025-09-01 15:47:07 +02:00

28 lines
631 B
JSON

{
"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"
}
}