mirror of
https://github.com/LukeHagar/VA-Log-Parser.git
synced 2025-12-06 04:21:55 +00:00
32 lines
627 B
JSON
32 lines
627 B
JSON
{
|
|
"name": "va-log-parser",
|
|
"version": "0.0.5",
|
|
"description": "A Log Parser for SailPoint VA logs",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"keywords": [
|
|
"SailPoint",
|
|
"Virtual",
|
|
"Appliance",
|
|
"Identity",
|
|
"Now"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"parse-va-log": "./index.js"
|
|
},
|
|
"author": "Luke Hagar",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"boxen": "^7.0.0",
|
|
"cli-progress": "^3.11.2",
|
|
"commander": "^9.4.0",
|
|
"fs": "^0.0.1-security",
|
|
"inquirer": "^9.1.0",
|
|
"linebyline": "^1.3.0",
|
|
"ora": "^6.1.2"
|
|
}
|
|
}
|