-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
47
48
{
"name": "charoserver_dev",
"version": "1.0.0",
"description": "charo server refactoring",
"main": "index.js",
"scripts": {
"dev": "ts-node src",
"build": "tsc && node dist",
"test": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaeoni/ChaRoServer_dev.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yaeoni/ChaRoServer_dev/issues"
},
"homepage": "https://github.com/yaeoni/ChaRoServer_dev#readme",
"dependencies": {
"@types/amqplib": "^0.8.2",
"@types/multer-s3": "^2.7.10",
"amqplib": "^0.8.0",
"axios": "^0.21.1",
"aws-sdk": "^2.1002.0",
"bcryptjs": "^2.4.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-validator": "^6.12.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.3",
"multer-s3": "^2.9.0",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.5",
"nodemon": "^2.0.12",
"s3": "^4.0.0",
"sequelize": "^6.6.5"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.4.3",
"@types/nodemailer": "^6.4.4",
"morgan": "^1.10.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
}
}