forked from fga-eps-mds/2020.1-VC_Usuario
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.79 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
42
{
"name": "2020.1-vamos_cuidar",
"version": "1.0.0",
"description": "<!--- Badges --> <div align=\"center\"> <a href=\"https://github.com/fga-eps-mds/2020.1-Vamos_Cuidar-Usuario/blob/master/LICENSE\"> <img alt=\"License\" src=\"https://img.shields.io/github/license/fga-eps-mds/2020.1-Vamos_Cuidar-Usuario\"> </a> <a href=\"https://github.com/fga-eps-mds/2020.1-Vamos_Cuidar-Usuario/milestones\"> <img alt=\"Numero de Milestones\" src=\"https://img.shields.io/github/milestones/all/fga-eps-mds/2020.1-Vamos_Cuidar-Usuario\"> </a> <a href=\"https://github.com/fga-eps-mds/2020.1-Vamos_Cuidar-Usuario/issues?q=is%3Aissue+is%3Aclosed\"> <img alt=\"Numero de issues closed\" src=\"https://img.shields.io/github/issues-closed-raw/fga-eps-mds/2020.1-Vamos_Cuidar-Usuario\"> </a> </div>",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "env-cmd ./src/config/test.env jest --detectOpenHandles --forceExit --coverage",
"start": "env-cmd ./src/config/dev.env nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bruno-Felix/2020.1-Vamos_Cuidar.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bruno-Felix/2020.1-Vamos_Cuidar/issues"
},
"homepage": "https://github.com/Bruno-Felix/2020.1-Vamos_Cuidar#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"jwt-redis": "^6.0.0",
"mongoose": "^5.10.6",
"multer": "^1.4.2",
"nodemon": "^2.0.4"
},
"devDependencies": {
"@shelf/jest-mongodb": "^1.2.3",
"env-cmd": "^8.0.2",
"jest": "^26.6.3",
"supertest": "^6.0.1"
}
}