mop-cli
Version:
Lint and maintain many projects at once
84 lines (83 loc) • 1.89 kB
JSON
{
"name": "mop-cli",
"version": "0.3.0",
"description": "Lint and maintain many projects at once",
"homepage": "https://github.com/sholladay/mop-cli",
"main": "index.js",
"author": {
"name": "Seth Holladay",
"url": "https://seth-holladay.com",
"email": "me@seth-holladay.com"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git@github.com:sholladay/mop-cli.git"
},
"bugs": {
"url": "https://github.com/sholladay/mop-cli/issues",
"email": "me@seth-holladay.com"
},
"engines": {
"node": ">=8"
},
"license": "MPL-2.0",
"bin": {
"mop": "cli.js"
},
"files": [
"lib",
"reporter",
"index.js",
"cli.js"
],
"dependencies": {
"chalk": "^2.1.0",
"eslint-formatter-pretty": "^1.3.0",
"humanize-string": "^1.0.1",
"latest-version": "^3.1.0",
"meow": "^4.0.0",
"project-dirs": "^0.2.0",
"read-pkg": "^3.0.0",
"root-check": "^1.0.0",
"semver": "^5.3.0",
"strip-ansi": "^4.0.0",
"text-table": "^0.2.0",
"throw-rejects": "^1.0.0",
"titleize": "^1.0.0",
"update-notifier": "^2.2.0"
},
"devDependencies": {
"ava": "^0.24.0",
"eslint-config-tidy": "^0.5.0",
"xo": "^0.18.2"
},
"keywords": [
"cli-app",
"cli",
"bin",
"maintain",
"maintenance",
"orchestrate",
"automate",
"manage",
"cleanup",
"lots",
"many",
"multiple",
"modules",
"packages",
"projects",
"dev",
"develop",
"development",
"tooling",
"tools",
"tool"
],
"xo": {
"extend": "tidy"
}
}