25 lines
482 B
JSON
25 lines
482 B
JSON
{
|
|
"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"
|
|
}
|