-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 904 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 904 Bytes
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
{
"name": "node_app",
"version": "1.0.0",
"description": "Node Sequelize App",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"backend",
"sequelize",
"mysql",
"node-mysql"
],
"author": "Okwu Joscelyn Kinikachi",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"bcryptjs": "^3.0.2",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-session": "^1.18.1",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.11.5",
"nock": "^13.5.6",
"nodemon": "^3.1.14",
"sequelize": "^6.37.5",
"sequelize-cli": "^6.6.2",
"sinon": "^22.0.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"jest": "^30.4.2",
"moxios": "^0.4.0",
"supertest": "^7.0.0"
}
}