-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 908 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": "uhuru_be",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-x/uhuru_be.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chingu-x/uhuru_be/issues"
},
"homepage": "https://github.com/chingu-x/uhuru_be#readme",
"dependencies": {
"apollo-server-express": "^2.18.0-rc.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"graphql": "^15.5.0",
"graphql-tools": "^7.0.4",
"node-mailjet": "^3.3.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}