-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 Bytes
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
{
"name": "menhir",
"version": "1.0.0",
"description": "Menhir is a framework for microservices based on nodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:fix": "eslint bin lib . --fix",
"dev": "nodemon index.js"
},
"keywords": [
"api"
],
"author": "2pai",
"license": "MIT",
"dependencies": {
"@hapi/joi": "^15.1.0",
"async-redis": "^1.1.7",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"joi": "^14.3.1",
"mongoose": "^5.6.5",
"redis": "^2.8.0",
"util": "^0.12.1",
"validate.js": "^0.13.1",
"winston": "^3.2.1",
"winston-sentry": "^0.2.1",
"winston-sentry-raven-transport": "^1.0.3"
}
}