Files
VA-Log-Parser/package.json
luke-hagar-sp 5550b16fbe Updated Readme
2022-10-05 08:47:20 -05:00

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"
}
}