-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "operateur_funeraire",
"version": "1.0.0",
"description": "referentiel des opérateurs funéraires",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production node -r ./config/config.js index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rof",
"pof",
"api"
],
"author": "hds",
"license": "ISC",
"devDependencies": {
"express-healthcheck": "^0.1.0",
"nodemon": "^3.0.1"
},
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express-healthcheck": "^0.1.0",
"express-rate-limit": "^6.10.0",
"mongoose": "^7.4.2",
"morgan": "^1.10.0",
"serve-favicon": "^2.5.0",
"swagger-ui-express": "^4.6.2",
"yamljs": "^0.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mogador26/rof-api-bd.git"
},
"bugs": {
"url": "https://github.com/mogador26/rof-api-bd/issues"
},
"homepage": "https://github.com/mogador26/rof-api-bd#readme"
}