{ "name": "search-page", "version": "1.0.0", "description": "Search Page 2020 Winter", "main": "index.js", "type": "module", "scripts": { "dev": "nodemon server/server.js", "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", "dependencies": { "axios": "^0.21.1", "charset": "^1.0.1", "cheerio": "^1.0.0-rc.5", "express": "^4.17.1", "iconv": "^3.0.0", "iconv-lite": "^0.6.2", "jschardet": "^2.2.1", "mongoose": "^5.11.9", "query-string": "^6.13.8", "request": "^2.88.2", "request-promise": "^4.2.6", "styled-components": "^5.2.1" } }