eslint-cli
Version:
The local eslint executor.
41 lines (40 loc) • 846 B
JSON
{
"name": "eslint-cli",
"version": "1.1.1",
"description": "The local eslint executor.",
"files": [
"bin",
"lib"
],
"bin": {
"eslint": "bin/eslint.js",
"eslint-cli": "bin/eslint.js"
},
"scripts": {
"postversion": "git push && git push --tags",
"lint": "eslint bin lib"
},
"dependencies": {
"chalk": "^2.0.1",
"debug": "^2.6.8",
"resolve": "^1.3.3"
},
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-mysticatea": "^11.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mysticatea/eslint-cli.git"
},
"keywords": [
"eslint",
"cli"
],
"author": "Toru Nagashima",
"license": "MIT",
"bugs": {
"url": "https://github.com/mysticatea/eslint-cli/issues"
},
"homepage": "https://github.com/mysticatea/eslint-cli#readme"
}