mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-13 17:11:49 +00:00
feat: Use container for the API service
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "compo-service-log-project",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "npx nodemon src/index.ts",
|
||||
"start": "npm run build && node build/index.js",
|
||||
"build": "npx tsc",
|
||||
"format": "npx prettier .. --write --log-level warn"
|
||||
},
|
||||
"keywords": [],
|
||||
"authors": [
|
||||
"Kevin Mitressé",
|
||||
"Lucàs Vabre"
|
||||
],
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"axios": "^1.7.7",
|
||||
"body-parser": "^1.20.3",
|
||||
"dmn-moddle": "^10.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^4.21.0",
|
||||
"fast-csv": "^5.0.1",
|
||||
"jsonschema": "^1.4.1",
|
||||
"mongoose": "^8.8.1",
|
||||
"mysql": "^2.18.1",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"tar-stream": "^3.1.7",
|
||||
"typeorm": "^0.3.20",
|
||||
"unzipper": "^0.12.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/mongoose": "^5.11.96",
|
||||
"@types/node": "^22.5.5",
|
||||
"@types/tar-stream": "^3.1.3",
|
||||
"@types/unzipper": "^0.10.10",
|
||||
"nodemon": "^3.1.9",
|
||||
"prettier": "3.3.3",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user