-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 864 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": "questions-answers",
"version": "1.0.0",
"description": "",
"main": "server/index.js",
"scripts": {
"start": "nodemon src/server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/efir-tractatus/Questions-Answers.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/efir-tractatus/Questions-Answers/issues"
},
"homepage": "https://github.com/efir-tractatus/Questions-Answers#readme",
"dependencies": {
"apollo-server-express": "^2.21.2",
"artillery": "^1.6.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^15.5.0",
"graphql-config": "^3.2.0",
"graphql-tools": "^7.0.4",
"mongo": "^0.1.0",
"mongoose": "^5.12.1",
"path": "^0.12.7"
},
"devDependencies": {}
}