-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 985 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
35
36
37
{
"name": "sauceoverflow-catalogue",
"version": "1.0.0",
"description": "SauceOverflow Catalogue Micro-Service",
"main": "main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ekoops/sauceoverflow-catalogue.git"
},
"keywords": [
"sauceoverflow",
"catalogue",
"microservice",
"graphql",
"express"
],
"author": "Leonardo Di Giovanna, Christian Traina, Giuseppe Moscarelli, Renato Ambrosone",
"license": "ISC",
"bugs": {
"url": "https://github.com/ekoops/sauceoverflow-catalogue/issues"
},
"homepage": "https://github.com/ekoops/sauceoverflow-catalogue#readme",
"dependencies": {
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.5.0",
"graphql-tools": "^7.0.5",
"mongoose": "^5.12.10",
"morgan": "^1.10.0",
"nodemon": "^2.0.7"
}
}