1cli
Version:
Use JS code snippets for command-line file munging
28 lines (27 loc) • 651 B
JSON
{
"name": "1cli",
"version": "0.0.2",
"description": "Use JS code snippets for command-line file munging",
"keywords": [ "command-line", "1line", "cli", "shell", "one-line" ],
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"1cli": "./1cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umrigar/1cli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/umrigar/1cli/issues"
},
"homepage": "https://github.com/umrigar/1cli",
"dependencies": {
"commander": "^7.0.0",
"csv": "^5.3.2"
}
}