Mise à jour des environnements

This commit is contained in:
Rampeur
2024-03-06 17:32:35 +01:00
parent 0bed64001b
commit 9fd334bbe7
8 changed files with 9 additions and 50 deletions
+3 -3
View File
@@ -8,16 +8,16 @@
"Julien Gautier <rampeur@gmail.com>"
],
"scripts": {
"mongo:start": "docker run --name hu-mongo -p 27017:27017 mongo & sleep 5",
"start": "APP_ENV=production node ./app.js",
"dev": "APP_ENV=development node ./app.js",
"dev": "APP_ENV=development nodemon ./app.js",
"local": "APP_ENV=local nodemon ./app.js",
"test": "newman run ./tests/api-tests.postman.json -e ./tests/env-api-tests.postman.json",
"stop": "lsof -ti :3200 | xargs kill",
"mongo:start": "docker run --name hu-mongo -p 27017:27017 mongo & sleep 5",
"mongo:stop": "docker stop hu-mongo && docker rm hu-mongo"
},
"engines": {
"node": "^16.20.1 || ^18.16.1 || ^20.3.1"
"node": "^16.20.2 || ^18.19.1 || ^20.11.1"
},
"license": "UNLICENSED",
"private": true,