-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1019 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": "se_project",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/app.js",
"start": "node src/app.js",
"doc": "jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kavindasr/se_project.git"
},
"author": "KSR",
"license": "ISC",
"bugs": {
"url": "https://github.com/kavindasr/se_project/issues"
},
"homepage": "https://github.com/kavindasr/se_project#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.2.5",
"passport": "^0.4.1",
"passport-local-sequelize": "^0.9.0",
"sequelize": "^6.4.0"
},
"devDependencies": {
"jsdoc": "^3.6.6",
"nodemon": "^2.0.7"
}
}