-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "crt-scrapper",
"version": "1.0.4",
"description": "Easily create a scraper api with the @web/scrapper library, which includes a scraper and advanced events for your website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run"
},
"creation_date": "May 10, 2024",
"keywords": [
"Scraper",
"Scrape",
"Web scrape",
"Scraper library",
"Scraper API",
"Scraper REST API",
"RESTful API",
"Json API",
"Node",
"NodeJS",
"NodeJS Scraper",
"Nodejs Scraper",
"Nodejs Scraper library",
"NodeJS Scraper library",
"dom",
"javascript",
"crawling",
"spider",
"scraper",
"scraping",
"crawler",
"nodejs"
],
"author": "Oğuzhan ÇART",
"license": "MIT",
"dependencies": {
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"json2csv": "^6.0.0-alpha.2",
"xml2js": "^0.6.2"
},
"bugs": {
"url": "https://github.com/oguzhan18/web-scraper/issues"
},
"homepage": "https://crt-scrapper-docs.vercel.app/#/"
}