-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.04 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
{
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"morgan": "^1.10.0",
"redis": "^4.6.4",
"winston": "^3.8.2",
"ws": "^8.12.1"
},
"name": "tpotce-fullscreen-attackmap",
"description": "This is a new Web Attack map build for T-Pot CE, they already have an attackmap but i needed somthing that could run 24/7 on a monitor etc. So it would need an overhaul and tuneup. Made it all in NodeJS to.",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kawaiipantsu/tpotce-fullscreen-attackmap.git"
},
"keywords": [
"threatintel"
],
"author": "Kawaiipantsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/kawaiipantsu/tpotce-fullscreen-attackmap/issues"
},
"homepage": "https://github.com/kawaiipantsu/tpotce-fullscreen-attackmap#readme",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/ws": "^8.5.4",
"typescript": "^4.9.5"
}
}