-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1021 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
41
42
43
44
45
46
47
{
"name": "@sooluh/subfinder",
"version": "1.0.3",
"description": "Find, scan and collect subdomains of any domain",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"prebuild": "rimraf ./dist",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sooluh/subfinder.git"
},
"keywords": [
"subfinder",
"domain",
"subdomain",
"finder",
"scanner",
"subdomain-finder",
"subdomain-scanner",
"pentest"
],
"author": {
"name": "Suluh Sulistiawan",
"email": "[email protected]",
"url": "https://suluh.my.id"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sooluh/subfinder/issues"
},
"homepage": "https://github.com/sooluh/subfinder#readme",
"devDependencies": {
"@types/node": "^16.3.3",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
},
"dependencies": {
"axios": "^1.6.0",
"cloudflare-detect": "^1.0.10"
}
}