-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 726 Bytes
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
{
"name": "@trippnology/super-simple-scraper",
"version": "1.0.0",
"description": "A simple command-line tool for scraping HTML content from a given URL and extracting data for further processing.",
"main": "index.js",
"bin": {
"sss": "index.js"
},
"dependencies": {
"axios": "1.7.9",
"cheerio": "1.0.0",
"commander": "13.1.0",
"lodash": "4.17.21",
"parse-magnet-uri": "4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bittorrent",
"HTML",
"links",
"magnet",
"scraping",
"urls"
],
"author": "Rikki Tripp - Trippnology",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/trippnology/super-simple-scraper"
}
}