-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
37
38
39
40
41
42
43
44
45
{
"name": "hackertarget",
"version": "1.0.0",
"description": "automate scan submission for https://hackertarget.com scanners using headless chrome",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"htarget": "dist/index.js"
},
"author": "nicoandmee (nico@nicomee.com)s",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"colors": "^1.3.3",
"commander": "^2.20.0",
"csv-parse": "^4.8.3",
"dotenv": "^8.0.0",
"fast-csv": "^4.0.2",
"firebase-admin": "^8.2.0",
"fs-extra": "^8.1.0",
"get-stream": "^5.1.0",
"inquirer": "^6.5.0",
"lodash": "^4.17.15",
"puppeteer": "^1.18.1",
"shodan-client": "^3.1.4",
"subquest": "^1.5.3",
"util": "^0.12.1",
"yargs": "^13.3.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/commander": "^2.12.2",
"@types/csvtojson": "^1.1.5",
"@types/dotenv": "^6.1.1",
"@types/fs-extra": "^8.0.1",
"@types/inquirer": "^6.0.3",
"@types/lodash": "^4.14.136",
"@types/node": "^12.6.8",
"@types/puppeteer": "^1.12.4",
"@types/yargs": "^13.0.0",
"typescript": "^3.5.3"
}
}