Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "animaux", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Javascript Library for CLI applications.", | ||
@@ -35,3 +35,11 @@ "main": "./dist/index.js", | ||
"colors": "^1.4.0" | ||
} | ||
}, | ||
"keywords": [ | ||
"cli", | ||
"command-line-interface", | ||
"arguments", | ||
"parser", | ||
"commander", | ||
"argv" | ||
] | ||
} |
14663