-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 951 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": "prosperous-universe-backend",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"start": "node -r esm src/server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Zaphiruz/prosperous-universe-backend.git"
},
"engines": {
"node": "12.x",
"npm": "6.x"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zaphiruz/prosperous-universe-backend/issues"
},
"homepage": "https://github.com/Zaphiruz/prosperous-universe-backend#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.5.0",
"graphql-compose": "^7.25.0",
"graphql-compose-mongoose": "^9.1.0",
"graphql-playground-middleware-express": "^1.7.22",
"lodash": "^4.17.21",
"mongodb": "^3.6.4",
"mongoose": "^5.11.15"
}
}