-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
48
49
{
"name": "iran-check",
"version": "1.0.0",
"description": "Iran Internet Access Analysis Tool - برای حفظ آزادی اینترنت",
"main": "cli.js",
"bin": {
"iran-check": "./cli.js"
},
"scripts": {
"start": "node cli.js",
"analyze": "node cli.js analyze",
"providers": "node cli.js providers",
"test": "node --test tests/*.test.js",
"test:accuracy": "node --test tests/*.test.js",
"test:all": "npm run test && npm run test:accuracy",
"help": "node cli.js --help",
"test:legacy": "node test.js"
},
"keywords": [
"iran",
"censorship",
"internet-freedom",
"tunneling",
"connectivity",
"analysis",
"data-centers",
"cdn",
"dns",
"network-analysis"
],
"author": "Internet Freedom Activist",
"license": "MIT",
"dependencies": {
"commander": "^9.4.1",
"chalk": "^4.1.2",
"ora": "^5.4.1"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/irancheck/iran-check.git"
},
"bugs": {
"url": "https://github.com/irancheck/iran-check/issues"
},
"homepage": "https://github.com/irancheck/iran-check#readme"
}