UNPKG

mri-help

Version:
76 lines (75 loc) 1.7 kB
{ "name": "mri-help", "version": "0.2.0", "description": "Help text generator for mri", "main": "index.js", "scripts": { "lint": "eslint \"*.{js,mjs}\" \"src/**/*.{js,mjs}\"", "precommit": "lint-staged", "version": "auto-changelog -p && auto-authors && git add CHANGELOG.md AUTHORS.md", "test": "npm run lint && tape test/index.js", "start": "node ." }, "repository": { "type": "git", "url": "git+https://github.com/w33ble/mri-help.git" }, "keywords": [ "argv", "arguments", "cli", "mri", "minimist", "options", "optimist", "parser", "args" ], "files": [ "src/", "index.js", "index.mjs" ], "author": "Joe Fleming (https://github.com/w33ble)", "license": "MIT", "engines": { "node": ">=4.9.1" }, "bugs": { "url": "https://github.com/w33ble/mri-help/issues" }, "homepage": "https://github.com/w33ble/mri-help", "auto-changelog": { "output": "CHANGELOG.md", "template": ".changelog_template.hbs", "ignoreCommitPattern": "(chore|test):", "commitLimit": false }, "lint-staged": { "*.{js,mjs}": [ "eslint --fix" ], "*.{js,mjs,json,css}": [ "prettier --write" ] }, "prettier": { "printWidth": 100, "singleQuote": true, "trailingComma": "es5" }, "dependencies": {}, "devDependencies": { "auto-authors": "^0.1.1", "auto-changelog": "^1.4.6", "eslint": "^4.9.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-prettier": "^2.3.1", "husky": "^0.14.3", "lint-staged": "^6.1.1", "mri": "^1.1.0", "prettier": "^1.9.0", "tape": "^4.9.0" } }