{"name":"clix","version":"5.0.0","description":"A tiny utility to make easy to create command line tools that require a config file in an easy way. It uses [optionator](https://www.npmjs.com/package/optionator) to parse the arguments ","main":"lib/cli-launcher.js","scripts":{"lint":"eslint --cache --cache-location node_modules/.cache/ -f friendly 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","watch":"watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' -i npm run test","check":"npm run lint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"repository":{"type":"git","url":"git+https://github.com/royriojas/clix.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"devDependencies":{"@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/parser":"1.10.2","babel-eslint":"10.0.1","changelogx":"4.0.0","eslint":"5.16.0","eslint-config-airbnb":"17.1.0","eslint-config-prettier":"4.3.0","eslint-formatter-friendly":"7.0.0","eslint-plugin-import":"2.17.3","eslint-plugin-jsx-a11y":"6.2.1","eslint-plugin-mocha":"5.3.0","eslint-plugin-prettier":"3.1.0","eslint-plugin-react":"7.13.0","mocha-runner":"3.0.1","prettier":"1.18.2","proxyquire":"2.1.0","watch-spawn":"2.0.1"},"dependencies":{"clix-logger":"2.0.0","glob":"^7.1.4","jq-trim":"0.1.2","lodash":"4.17.14","optionator":"0.8.2","read-json-sync":"2.0.1"},"changelogx":{"ignoreRegExp":["BLD: Release","BLD: Update Deps","DOC: Generate Changelog","Generated Changelog"],"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/clix/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/clix/issues/{0}","projectName":"clix"},"bugs":{"url":"https://github.com/royriojas/clix/issues"},"homepage":"https://github.com/royriojas/clix","keywords":["cli","command","line","tool","command","line","helper","parse","options","optionator"],"gitHead":"2b396105f7211e065a96a6a87f91b379aa0378c4","_id":"clix@5.0.0","_npmVersion":"6.5.0","_nodeVersion":"8.11.1","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"dist":{"shasum":"c82e44eaab56c79541f29b02c8d2b5f354360275","size":15246,"noattachment":false,"key":"/clix/-/clix-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/clix/download/clix-5.0.0.tgz"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/clix_5.0.0_1562879188375_0.27851683019792506"},"_hasShrinkwrap":false,"publish_time":1562879188527,"_cnpm_publish_time":1562879188527,"dist-tags":{"latest":"5.0.0"}}