ruleset-id-extractor
Version:
CLI tool to extract and convert Jumio ruleset IDs and names to CSV
28 lines (27 loc) • 527 B
JSON
{
"name": "ruleset-id-extractor",
"version": "1.0.0",
"description": "CLI tool to extract and convert Jumio ruleset IDs and names to CSV",
"type": "module",
"main": "src/convert.js",
"bin": {
"jumio-extractor": "./bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js"
},
"author": "William Christopher",
"license": "MIT",
"dependencies": {
"inquirer": "^9.2.11"
},
"keywords": [
"jumio",
"ruleset ID",
"csv",
"extractor",
"json",
"verification",
"kyx"
]
}