steganog-cli
Version:
By just reading that one sentence, you might be wondering, what is steganography?
33 lines (32 loc) • 616 B
JSON
{
"name": "steganog-cli",
"version": "1.0.1",
"description": "",
"main": "index.js",
"bin": {
"steganog": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hacking",
"hidden",
"steganography",
"ethical",
"image",
"wikipedia"
],
"author": "",
"license": "ISC",
"dependencies": {
"fs": "^0.0.1-security",
"image-url-validator": "^1.0.4",
"node-fetch": "^2.7.0",
"path": "^0.12.7",
"prompt-sync": "^4.2.0"
},
"repository": {
"url": "https://github.com/Phantom8015/STEGANOG"
}
}