hex-cli
Version:
Hex encode & decode a string, right from your terminal.
48 lines (47 loc) • 847 B
JSON
{
"name": "hex-cli",
"version": "1.1.7",
"description": "Hex encode & decode a string, right from your terminal.",
"license": "MIT",
"repository": "k4m4/hex-cli",
"author": {
"name": "Nikolaos Kamarinakis",
"url": "https://nikolaskama.me",
"email": "nikolaskam@gmail.com"
},
"ava": {
"babel": true
},
"bin": {
"hex": "cli.js",
"hexencode": "cli.js"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "ava"
},
"keywords": [
"hex",
"hex-encoder",
"hex-encoding",
"hex-decoder",
"hex-decoding",
"encoder",
"decoder"
],
"files": [
"cli.js"
],
"devDependencies": {
"@ava/babel": "^1.0.1",
"ava": "^3.5.2",
"execa": "^0.10.0"
},
"dependencies": {
"get-stdin": "^6.0.0",
"log-symbols": "^2.2.0",
"meow": "^4.0.1"
}
}