15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|