resto-epi/package.json
2025-08-27 16:10:58 +02:00

24 lines
507 B
JSON

{
"name": "resto-epi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.lehub.tf:2222/SchoolTask/resto-epi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.11.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.2",
"sqlite3": "^5.1.7"
}
}