-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 922 Bytes
/
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
{
"name": "proxy-scraper-checker",
"description": "Multifunctional proxy scraper and checker",
"version": "1.0.3",
"keywords": [
"proxy",
"scraper",
"checker",
"http",
"https",
"socks4",
"socks5",
"nodejs",
"parallel",
"proxyscrape",
"proxyscraper",
"proxycheck",
"proxychecker",
"list",
"proxylist"
],
"license": "MIT",
"author": "Timur Sevimli",
"email": "svmlitimur@gmail.com",
"url": "https://github.com/timursevimli/proxy-scraper-checker",
"engines": {
"node": "18 || 20"
},
"main": "main.js",
"scripts": {
"start": "node --no-warnings=ExperimentalWarnings main.js",
"test": "node test/testRunner.js",
"lint": "eslint . && prettier -c '**/*.js' '**/*.json' '**/*.md'",
"fmt": "prettier --write '**/*.js' '**/*.json' '**/*.md'"
},
"devDependencies": {
"eslint": "^8.46.0",
"prettier": "^3.0.1"
}
}