init module

This commit is contained in:
FullGreaM 2025-02-06 17:30:22 +03:00
parent ffaf356508
commit 3c25272854
2 changed files with 24 additions and 0 deletions

BIN
index.js Normal file

Binary file not shown.

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "packet-parser",
"version": "0.0.1",
"description": "Parsing and analysis packets into network",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.fullgream.tech/fullgream/packet-parser.git"
},
"keywords": [
"net",
"network",
"tcp",
"udp",
"analysis",
"parser",
"parsing"
],
"author": "FullGreaM",
"license": "MIT"
}