UNPKG

dtp-tripwire-agent

Version:

A service for protecting your node against malicious attacks and scans.

56 lines (55 loc) 1.47 kB
{ "name": "dtp-tripwire-agent", "version": "1.0.7", "description": "A service for protecting your node against malicious attacks and scans.", "type": "module", "main": "./dist/service.js", "types": "./dist/service.d.ts", "scripts": { "dev": "nodemon ./src/harness.ts", "build": "./build", "harness": "pnpm tsc && node ./dist/harness.js", "ingest": "pnpm tsc && node ./dist/ingest.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "security", "web-security", "network-security", "threat-detection", "http-protection", "web-server-defense", "protocol-abuse-prevention", "ssh-mitigation", "telnet-blocker", "malicious-traffic-filter", "rate-limiting", "anomaly-detection", "server-security", "network-monitoring", "attack-prevention", "nginx-protection", "apache-defense", "http-tunneling-prevention", "webdav-security", "protocol-validation" ], "author": "Rob Colbert <rob@digitaltelepresence.com>", "license": "SEE LICENSE IN LICENSE", "packageManager": "pnpm@10.12.3", "devDependencies": { "@types/express": "^5.0.3", "globals": "^16.2.0", "nodemon": "^3.1.10", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "dependencies": { "ansicolor": "^2.0.3", "common-log-format": "^2.0.1", "dayjs": "^1.11.13", "dotenv": "^16.5.0", "express": "^5.1.0" } }