-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 918 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
{
"name": "tukarmainan-server",
"version": "1.0.0",
"description": "TukarMainan backend server",
"main": "app.js",
"scripts": {
"test": "jest --detectOpenHandles --forceExit --verbose --coverage",
"start": "node bin/www",
"dev": "nodemon bin/www"
},
"author": "",
"license": "MIT",
"dependencies": {
"argon2": "^0.30.3",
"axios": "^1.4.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.1",
"google-auth-library": "^8.8.0",
"imagekit": "^4.1.3",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"pg": "^8.10.0",
"sequelize": "^6.31.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"dotenv": "^16.0.3",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"sequelize-cli": "^6.6.0",
"supertest": "^6.3.3"
}
}