initial commit

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-04-04 17:49:44 +02:00
commit 9249edf1c4
9 changed files with 1480 additions and 0 deletions

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"dependencies": {
"@dzeio/object-util": "^1.5.0",
"express": "^4.18.2"
},
"scripts": {
"start": "node src/main.js",
"build": "true"
}
}