diff --git a/index.js b/index.js new file mode 100644 index 0000000..49cc8ef Binary files /dev/null and b/index.js differ diff --git a/package.json b/package.json new file mode 100644 index 0000000..e4f1803 --- /dev/null +++ b/package.json @@ -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" +}