Initial Commit

This commit is contained in:
Lucàs
2024-09-20 11:48:16 +02:00
parent 58b1089fa7
commit b8d5751374
5 changed files with 869 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "compo-service-log-project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "npm run build && npm run start",
"start": "node build/index.js",
"build": "npx tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.0"
},
"devDependencies": {
"@types/node": "^22.5.5",
"typescript": "^5.6.2"
}
}