28
package.json
Archivo normal
28
package.json
Archivo normal
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user