This commit is contained in:
2025-08-13 13:05:31 +02:00
commit ecc54c0cfd
12 changed files with 1479 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "sort-service",
"version": "1.0.0",
"description": "Ein einfacher Node.js-Service zum Sortieren von Arrays",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js"
},
"dependencies": {
"express": "^4.18.2",
"body-parser": "^1.20.2",
"is-even": "^1.0.0",
"is-odd": "^3.0.1",
"showdown": "^2.1.0",
"fs": "^0.0.1-security"
}
}