UNPKG

cli-args

Version:
41 lines (40 loc) 861 B
{ "name": "cli-args", "version": "2.0.0", "description": "small command line parser", "main": "index.js", "scripts": { "coverage": "open coverage/lcov-report/index.html", "coverage:check": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", "test": "standard && istanbul cover tape test.js" }, "files": [ "index.js", "README.md", "LICENSE" ], "keywords": [ "cli", "args", "argument", "options", "command", "parser" ], "repository": { "type": "git", "url": "https://github.com/joaquimserafim/cli-args.git" }, "author": "@joaquimserafim", "license": "ISC", "devDependencies": { "istanbul": "^0.3.22", "pre-commit": "0.0.9", "standard": "^8.3.0", "tape": "^2.14.1" }, "pre-commit": [ "test", "coverage:check" ] }