eslint-index
Version:
CLI for finding and managing rules in ESLint config files
42 lines (41 loc) • 819 B
JSON
{
"name": "eslint-index",
"version": "1.5.0",
"description": "CLI for finding and managing rules in ESLint config files",
"author": "Matthew Wagerfield <matthew@wagerfield.com>",
"license": "MIT",
"main": "bin/index.js",
"keywords": [
"eslint",
"eslintconfig",
"eslintplugin",
"eslintrules",
"config",
"plugin",
"rules"
],
"files": [
"assets",
"bin"
],
"bin": {
"eslint-index": "bin/index.js"
},
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git@github.com:wagerfield/eslint-index.git"
},
"dependencies": {
"chalk": "^2.0.1",
"cli-table3": "^0.5.0",
"eslint": "^4.2.0",
"lodash": "^4.17.4",
"yargs": "^11.0.0"
},
"devDependencies": {
"eslint-config-supermind": "^0.48.0"
}
}