-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 924 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
38
39
40
41
{
"name": "project-2020.website-backend",
"version": "1.0.0",
"description": "Backend for the new akl.gg website",
"main": "index.js",
"scripts": {
"test": "jest",
"service": "node index.js"
},
"keywords": [
"AKL",
"web",
"website",
"site",
"backend",
"2020"
],
"author": "Akseli Kolari TG:@akzu404",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.8",
"config": "^3.3.2",
"fastify": "^3.4.1",
"fastify-auth": "^1.0.1",
"fastify-cors": "^4.1.0",
"fastify-helmet": "^5.0.3",
"fastify-jwt": "^2.1.3",
"fastify-swagger": "^3.3.0",
"mongoose": "^5.10.7",
"openid": "^2.0.7",
"request-promise-native": "^1.0.9",
"steamid": "^1.1.3",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.0",
"nodemon": "^2.0.4"
}
}