-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 990 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
34
{
"name": "ticket-api",
"version": "1.0.0",
"description": "API that provides a report based on the number of passwords that were created and the number of people attended.",
"main": "index.js",
"scripts": {
"start": "npm run swagger-autogen",
"swagger-autogen": "node ./src/config/swagger.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kansetsu/Ticket-API.git"
},
"author": "Vinícius Andrade Martins",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kansetsu/Ticket-API/issues"
},
"homepage": "https://github.com/Kansetsu/Ticket-API#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"mongoose": "^6.3.2",
"mongoose-auto-increment": "^5.0.1",
"swagger-autogen": "^2.22.0",
"swagger-ui-express": "^4.3.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}