redacted-cli
Version:
Redacting classified documents CLI
49 lines • 1.23 kB
JSON
{
"name": "redacted-cli",
"version": "1.0.12",
"description": "Redacting classified documents CLI",
"main": "dist/index.js",
"bin": {
"redacted": "./dist/index.js"
},
"types": "dist/index.d.ts",
"scripts": {
"compile": "eslint src/**/*.ts && tsc",
"fix": "eslint src/**/*.ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyrildever/redacted.git"
},
"keywords": [
"data",
"obfuscation",
"data masking",
"redacted",
"classified",
"cli",
"command-line interface"
],
"author": "Cyril Dever <cdever@pep-s.com>",
"license": "BSD-2-Clause-Patent",
"bugs": {
"url": "https://github.com/cyrildever/redacted/issues"
},
"homepage": "https://github.com/cyrildever/redacted/cli#readme",
"dependencies": {
"commander": "^11.1.0",
"feistel-cipher": "^1.5.14",
"redacted-ts": "^1.0.8",
"figlet": "^1.8.0"
},
"devDependencies": {
"@types/figlet": "^1.7.0",
"@types/node": "^22.12.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"eslint-plugin-no-loops": "~0.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}