29 líneas
554 B
JSON
29 líneas
554 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"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|