← Назад{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@fastify/cors": "^11.2.0",
"@fastify/rate-limit": "^10.3.0",
"bcryptjs": "^3.0.3",
"better-sqlite3": "^12.9.0",
"fastify": "^5.7.4",
"jsonwebtoken": "^9.0.3",
"node-fetch": "^3.3.2"
}
}