Showing
1 changed file
with
19 additions
and
0 deletions
WebCrawling/src/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 | + "express": "^4.18.1", | ||
16 | + "puppeteer": "^14.1.1", | ||
17 | + "selenium-webdriver": "^4.1.2" | ||
18 | + } | ||
19 | +} |
-
Please register or login to post a comment