-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.25 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "quest-of-corona",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "npm run lint",
"start": "node server.js",
"lint": "eslint --quiet .",
"fix": "eslint --fix .",
"watch": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "2.4.3",
"dotenv": "^16.4.1",
"express": "^4.19.2",
"express-handlebars": "^7.1.2",
"express-session": "^1.18.0",
"handlebars": "^4.7.8",
"mysql": "^2.18.1",
"mysql2": "^3.9.7",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"public": "^0.1.4",
"sequelize": "^6.35.2",
"session": "^0.1.0"
},
"devDependencies": {
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"cross-env": "^5.2.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"mocha": "^10.2.0",
"prettier": "^1.13.7",
"sequelize-cli": "^6.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbbyNeko/Quest-of-Corona.git"
},
"bugs": {
"url": "https://github.com/AbbyNeko/Quest-of-Corona/issues"
},
"homepage": "https://github.com/AbbyNeko/Quest-of-Corona#readme",
"description": ""
}