project structure

This commit is contained in:
2025-02-05 16:14:06 +01:00
parent e68445d8ad
commit f4749ee37d
5 changed files with 43 additions and 0 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "e2ee-messaging-service",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sam Hadow",
"license": "BSD-3-Clause-Attribution",
"dependencies": {
"express": "^4.21.2"
}
}