-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) ยท 1.21 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
{
"name": "journey-server",
"version": "1.0.0",
"description": "๐น ์๊ธฐ๋ค๊ณผ๋ async ํ๊ณ ์ถ์ง ์์.. ์ค๋ก์ง sync.. ๐น",
"main": "src/index.ts",
"scripts": {
"dev": "ts-code src",
"build": "node --max-old-space-size=12000 dist",
"test": "nodemon"
},
"dependencies": {
"aws-sdk": "^2.938.0",
"bcryptjs": "^2.4.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-validator": "^6.12.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.0",
"mongoose-auto-increment": "^5.0.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"package.json": "^2.0.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.12",
"@types/mongoose": "^5.11.97",
"@types/node": "^15.12.5",
"firebase-admin": "^9.10.0",
"nodemailer": "^6.6.2",
"nodemon": "^2.0.9",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-journey/journey-server.git"
},
"author": "khyunjiee",
"license": "ISC",
"bugs": {
"url": "https://github.com/team-journey/journey-server/issues"
},
"homepage": "https://github.com/team-journey/journey-server#readme"
}