-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.45 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
{
"name": "hash-honeypot",
"version": "1.0.4",
"description": "HTTP Agnostic Software Honeypot (HASH) - honeypot framework to build low interaction honeypots",
"main": "index.js",
"bin": {
"hash-honeypot": "bin/hash-honeypot"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "./node_modules/prettier/bin-prettier.js --write './**/*.js'",
"prettier-check": "./node_modules/prettier/bin-prettier.js --check --ignore-unknown",
"generate-third-party-licenses": "./node_modules/license-checker/bin/license-checker --csv --customPath .license-checker.json > LICENSE-3rdparty.csv"
},
"author": "Datadog",
"license": "Apache-2",
"dependencies": {
"@faker-js/faker": "^7.6.0",
"chalk": "^4.1.2",
"clear": "^0.1.0",
"clui": "^0.3.6",
"commander": "^11.0.0",
"cookie-parser": "^1.4.6",
"dd-trace": "^5.6.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-session": "^1.17.3",
"figlet": "^1.5.2",
"fs-extra": "^11.1.1",
"inquirer": "^8.2.4",
"is-valid-domain": "^0.1.6",
"js-yaml": "^4.1.0",
"license-checker": "^8.0.1",
"mustache": "^4.2.0",
"mustache-express": "^1.3.2",
"needle": "^3.2.0",
"prettier": "^2.8.6",
"swagger-parser": "10.0.3",
"winston": "^3.8.2"
}
}