ubuntu resolute

This commit is contained in:
Maxime KINTS
2026-05-16 23:42:06 +02:00
commit c0f607fa0b
944 changed files with 112243 additions and 0 deletions

20
nodejs/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "svn-node-app",
"version": "1.0.0",
"description": "Node.js app to manage SVN repositories",
"main": "server.js",
"scripts": {
"start": "main.js"
},
"dependencies": {
"apache-md5": "^1.1.8",
"bcryptjs": "^3.0.2",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.1"
}
}