initiale version

This commit is contained in:
2026-05-10 10:46:41 +02:00
commit deb0d5de9d
10 changed files with 2049 additions and 0 deletions

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"dependencies": {
"express": "^5.2.1",
"node-fetch": "^3.3.2"
}
}