-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "spendlitapi",
"version": "1.0.0",
"description": "A spending and spliting web app.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bensonybs/spendlitAPI.git"
},
"author": "bensonybs, shorty60",
"license": "ISC",
"bugs": {
"url": "https://github.com/bensonybs/spendlitAPI/issues"
},
"homepage": "https://github.com/bensonybs/spendlitAPI#readme",
"dependencies": {
"@faker-js/faker": "^8.0.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.15.0",
"faker": "^5.5.3",
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.2.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"sequelize": "^6.29.3",
"sequelize-cli": "^6.6.0",
"swagger-ui-express": "^5.0.0",
"yaml": "^2.3.1"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}