-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 844 Bytes
/
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
{
"name": "api-urnaeletronica",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"mongoose": "^6.3.3",
"swagger-autogen": "^2.21.1",
"swagger-ui-express": "^4.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run swagger-autogen",
"swagger-autogen": "node ./src/config/swagger.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brunobrilhante/API-UrnaEletronica.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brunobrilhante/API-UrnaEletronica/issues"
},
"homepage": "https://github.com/brunobrilhante/API-UrnaEletronica#readme"
}