-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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": "cristolandia-api",
"version": "1.0.0",
"description": "API desenvolvida para prover dados ao front-end do sistema de cadastros da Cristolandia",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "jest",
"start": "npm run swagger-autogen",
"swagger-autogen": "node ./src/config/swagger.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vinicius-AndradeM/Cristolandia-API.git"
},
"author": "Vinícius Andrade",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vinicius-AndradeM/Cristolandia-API/issues"
},
"homepage": "https://github.com/Vinicius-AndradeM/Cristolandia-API#readme",
"dependencies": {
"@types/mongoose": "^5.11.97",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"express-session": "^1.17.2",
"keycloak-connect": "^18.0.0",
"mongo-express": "^1.0.0-alpha.4",
"mongoose": "^6.3.2",
"swagger-ui-express": "^4.3.0"
},
"devDependencies": {
"@shelf/jest-mongodb": "^2.2.2",
"jest": "^28.0.3",
"nodemon": "^2.0.16",
"swagger-autogen": "^2.21.1"
}
}