-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 868 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": "microanswers",
"version": "1.0.0",
"description": "A micro question answer website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shamsazam/microanswers.git"
},
"keywords": [
"nodejs",
"mongodb",
"graphql"
],
"author": "Md Shams Azam",
"license": "ISC",
"bugs": {
"url": "https://github.com/shamsazam/microanswers/issues"
},
"homepage": "https://github.com/shamsazam/microanswers#readme",
"dependencies": {
"apollo-server-express": "^2.2.3",
"bcrypt": "^3.0.2",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"graphql": "^14.0.2",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.3.14"
},
"devDependencies": {
"nodemon": "^1.18.7"
}
}