UNPKG

getopts-compat

Version:
34 lines (33 loc) 771 B
{ "name": "getopts-compat", "description": "Parse CLI options, better.", "version": "2.2.6", "main": "index.js", "types": "index.d.ts", "license": "MIT", "repository": "jorgebucaran/getopts", "author": "Jorge Bucaran", "files": [ "index.js", "index.d.ts" ], "keywords": [ "getopts", "cli", "argv", "flags", "yargs", "options", "minimist", "cli-parser" ], "scripts": { "test": "nyc -r lcov testmatrix-compat test/*.test.js && nyc report && tsc -p test/ts", "release": "v=$npm_package_version; git commit -am $v && git tag -s $v -m $v && git push && git push --tags && npm publish" }, "devDependencies": { "nyc": "15.1.0", "testmatrix-compat": "^0.1.2", "typescript": "^4.7.4" } }