Showing
3 changed files
with
23 additions
and
0 deletions
Chatbot_CGV/CGVTicketing.js
0 → 100644
This diff is collapsed. Click to expand it.
Chatbot_CGV/app.js
0 → 100644
This diff is collapsed. Click to expand it.
Chatbot_CGV/package.json
0 → 100644
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 | +} |
-
Please register or login to post a comment