-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "ghost_dir",
"version": "0.0.1",
"description": "Just like a ghost, Ghost_Dir is capable of detecting hidden subdirectories that other scanning tools may not be able to find. It acts silently, without leaving any traces, and is able to penetrate into obscure areas of the web page that usually go unnoticed.",
"main": "index.js",
"bin": "index.js",
"pkg": {
"assets": [
"./**/*"
],
"target": [
"node7"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./build.sh",
"install": "./install.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leoisrael/Ghost_Dir.git"
},
"author": "israel albuquerque",
"license": "ISC",
"bugs": {
"url": "https://github.com/leoisrael/Ghost_Dir/issues"
},
"homepage": "https://github.com/leoisrael/Ghost_Dir#readme",
"dependencies": {
"chalk": "^3.0.0-beta.2",
"commander": "^10.0.0",
"fs": "0.0.1-security",
"node-fetch": "^2.6.7"
}
}