-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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
44
45
46
{
"name": "keepin-server",
"version": "1.0.0",
"main": "src/index.ts",
"scripts": {
"dev": "ts-node src",
"build": "tsc && node dist",
"test": "nodemon",
"docs": "apidoc -i src/controllers -o apidoc",
"restart": "pm2 stop dist && yarn run build"
},
"dependencies": {
"apidoc": "^0.28.1",
"axios": "^0.21.4",
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.10.0",
"gravatar": "^1.8.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.12.12",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.3",
"passport": "^0.5.0",
"passport-kakao": "^1.0.1",
"rand-token": "^1.0.1",
"request": "^2.88.2",
"aws-sdk": "^2.943.0",
"@aws-sdk/client-s3": "3.87.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.11",
"@types/mongoose": "^5.10.5",
"@types/node": "^17.0.31",
"nodemon": "^2.0.7",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"author": "",
"license": "ISC",
"description": ""
}