totolist/package.json
2025-08-28 13:57:06 +02:00

32 lines
775 B
JSON

{
"name": "totolist",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "ssh://git@git.lehub.tf:2222/SchoolTask/totolist.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/formbody": "^8.0.2",
"@fastify/session": "^11.1.0",
"@fastify/static": "^8.2.0",
"@fastify/swagger": "^9.5.1",
"@fastify/swagger-ui": "^5.2.3",
"@fastify/view": "^11.1.1",
"axios": "^1.11.0",
"better-sqlite3": "^12.2.0",
"ejs": "^3.1.10",
"fastify": "^5.5.0",
"nunjucks": "^3.2.4",
"prom-client": "^15.1.3"
}
}