-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 874 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 874 Bytes
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
{
"name": "hack-2019-backend",
"version": "1.0.0",
"description": "The server software for the our hackathon project",
"main": "src/index.js",
"repository": "https://github.com/hexcodech/hack-2019-backend",
"author": "Tyratox (Nico Hauser)",
"license": "MIT",
"scripts": {
"start": "node ./src/index.js"
},
"dependencies": {
"@playlyfe/gql": "^2.6.1",
"apollo-server-express": "^2.6.7",
"ejs": "^2.6.2",
"email-templates": "^6.0.0",
"eslint": "^6.0.1",
"express": "^4.17.1",
"graphql": "^14.4.1",
"graphql-tools": "^4.0.5",
"js-algorithms": "^1.5.0",
"mysql2": "^1.6.5",
"node-fetch": "^2.6.0",
"nodemailer": "^6.2.1",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"point-in-polygon": "^1.0.1",
"sequelize": "^5.9.0",
"sequelize-cli": "^5.5.0",
"uuid": "^3.3.3"
}
}