init module
This commit is contained in:
parent
ffaf356508
commit
3c25272854
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user