-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 766 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 766 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
{
"name": "server-scanner",
"version": "1.0.0",
"description": "Server Scanner detect rootkit and backdoor",
"main": "index.js",
"scripts": {
"cli": "node bin/cli.js",
"test": "node tests/example.js"
},
"bin": {
"server-scanner": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonofescobar1337/server-scanner.git"
},
"author": "sonofescobar1337",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonofescobar1337/server-scanner/issues"
},
"homepage": "https://github.com/sonofescobar1337/server-scanner#readme",
"dependencies": {
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"mime-types": "^2.1.35",
"path": "^0.12.7",
"yargs": "^17.7.2"
}
}