-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1012 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
{
"name": "lab-knim2040",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "server.js",
"scripts": {
"devstart": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/ubb-webprog/labs2022/lab-knim2040.git"
},
"author": "Nandor Krizbai",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/ubb-webprog/labs2022/lab-knim2040/issues"
},
"homepage": "https://gitlab.com/ubb-webprog/labs2022/lab-knim2040#readme",
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.15"
},
"dependencies": {
"ajv": "^8.11.0",
"auto-bind": "^5.0.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.7",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"mariadb": "^3.1.1",
"mysql2": "^2.3.3",
"nanoid": "^3.3.3"
}
}