feat: Setup new network log analysis tool with CSV parsing and PDF generation.

This commit is contained in:
2026-01-03 14:37:08 +08:00
committed by James TAng
parent dc11a2491b
commit feff44617c
4 changed files with 468 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "networklog",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"csv-parser": "^3.2.0",
"pdfkit": "^0.17.2"
}
}