-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1020 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": "sports",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon -e js,ejs",
"start:prod": "node index.js",
"pretest": "NODE_ENV=test npx sequelize-cli db:drop && NODE_ENV=test npx sequelize-cli db:create",
"test": "NODE_ENV=test jest --detectOpenHandles"
},
"author": "Nehath <[email protected]>",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pd": "^0.8.1",
"pg": "^8.10.0",
"prettier": "^2.8.8",
"sequelize": "^6.31.1",
"supertest": "^6.3.3",
"tiny-csrf": "^1.1.3"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.12",
"husky": "^8.0.3",
"sequelize-cli": "^6.6.0"
}
}