Files
netpcap/package.json
ale f725d02dea add geoip
Signed-off-by: ale <ale@manalejandro.com>
2026-02-11 23:58:59 +01:00

30 líneas
583 B
JSON

{
"name": "netpcap",
"version": "1.0.0",
"description": "Network packet capture tool with Elasticsearch indexing",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"packet",
"capture",
"pcap",
"network",
"elasticsearch",
"monitoring"
],
"author": "ale",
"license": "MIT",
"private": true,
"dependencies": {
"@elastic/elasticsearch": "^8.11.0",
"cap": "^0.2.1",
"geoip-lite": "^1.4.10"
},
"engines": {
"node": ">=14.0.0"
}
}