package.json 683 Bytes
Newer Older
Lee SeoYeon's avatar
commit    
Lee SeoYeon committed
1
2
3
4
5
6
7
{
  "name": "search-page",
  "version": "1.0.0",
  "description": "Search Page 2020 Winter",
  "main": "index.js",
  "type": "module",
  "dependencies": {
Lee SeoYeon's avatar
0111    
Lee SeoYeon committed
8
9
10
11
12
13
14
15
    "axios": "^0.21.1",
    "bcryptjs": "^2.4.3",
    "express": "^4.17.1",
    "jsonwebtoken": "^8.5.1",
    "mongoose": "^5.11.11",
    "multer": "^1.4.2",
    "nodemon": "^2.0.7",
    "validator": "^13.5.2"
Lee SeoYeon's avatar
commit    
Lee SeoYeon committed
16
17
18
  },
  "devDependencies": {},
  "scripts": {
Lee SeoYeon's avatar
0111    
Lee SeoYeon committed
19
    "dev": "nodemon server/server.js",
Lee SeoYeon's avatar
commit    
Lee SeoYeon committed
20
21
22
23
24
25
26
27
28
29
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://compmath.korea.ac.kr/gitlab/research/search-page.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}