smartarg
Version:
Forked repo of Arg, with smart help and version logging
26 lines (25 loc) • 566 B
JSON
{
"name": "smartarg",
"version": "1.0.1",
"description": "Forked repo of Arg, with smart help and version logging",
"keywords": [
"arg",
"yarg",
"commander",
"args"
],
"main": "SmartArg.js",
"author": "Aniket Prajapati <prajapati.ani306@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/eAdded/SmartArg#readme",
"repository": "https://github.com/eAdded/smartarg.git",
"private": false,
"files": [
"Arg.js",
"SmartArg.js",
"SmartArg.d.ts"
],
"devDependencies": {
"@types/node": "^14.0.6"
}
}