-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
49
50
{
"name": "giwazip-server",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"apple-auth": "^1.0.7",
"aws-sdk": "^2.1248.0",
"body-parser": "^1.20.1",
"chalk": "^4.1.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"moment": "^2.29.4",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"multer-s3-transform": "^2.10.3",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"pug": "2.0.0-beta11",
"sequelize": "^6.25.3",
"sharp": "^0.31.2"
},
"description": "기와집 서버 레포지토리 입니다.",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Samsamhada/Giwazip-Server.git"
},
"keywords": [
"nodejs",
"express",
"sequelize",
"postgresql",
"rest",
"api"
],
"author": "mintaek kim",
"license": "ISC",
"bugs": {
"url": "https://github.com/Samsamhada/Giwazip-Server/issues"
},
"homepage": "https://github.com/Samsamhada/Giwazip-Server#readme"
}