임승현

Make the option of selecting CGVfor users

This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 +{
2 + "name": "test01",
3 + "version": "1.0.0",
4 + "description": "",
5 + "main": "index.js",
6 + "scripts": {
7 + "test": "echo \"Error: no test specified\" && exit 1"
8 + },
9 + "author": "",
10 + "license": "ISC",
11 + "dependencies": {
12 + "async": "^3.2.3",
13 + "body-parser": "^1.20.0",
14 + "cheerio": "^1.0.0-rc.11",
15 + "chromedriver": "^102.0.0",
16 + "express": "^4.18.1",
17 + "express-async-handler": "^1.2.0",
18 + "moment": "^2.29.3",
19 + "puppeteer": "^14.1.1",
20 + "request": "^2.88.2",
21 + "selenium-webdriver": "^4.1.2"
22 + }
23 +}