{ "name": "eslint-utils", "version": "1.3.1", "description": "Utilities for ESLint plugins.", "engines": { "node": ">=6" }, "main": "index", "files": [ "index.*" ], "dependencies": {}, "devDependencies": { "@mysticatea/eslint-plugin": "^5.0.1", "codecov": "^3.0.2", "eslint": "^5.0.1", "esm": "^3.0.55", "espree": "^4.0.0", "mocha": "^5.2.0", "nyc": "^12.0.2", "opener": "^1.4.3", "rimraf": "^2.6.2", "rollup": "^0.62.0", "rollup-plugin-sourcemaps": "^0.4.2", "vuepress": "github:mysticatea/vuepress#skip-waiting" }, "scripts": { "prebuild": "npm run -s clean", "build": "rollup -c", "clean": "rimraf .nyc_output coverage index.*", "codecov": "nyc report -r lcovonly && codecov", "coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html", "docs:build": "vuepress build docs", "docs:watch": "vuepress dev docs", "lint": "eslint src test", "pretest": "npm run -s lint && npm run -s build", "test": "nyc mocha --reporter dot \"test/*.js\"", "preversion": "npm test && npm run -s build", "postversion": "git push && git push --tags", "prewatch": "npm run -s clean", "watch": "mocha --require esm --reporter dot --watch --growl \"test/*.js\"" }, "repository": { "type": "git", "url": "git+https://github.com/mysticatea/eslint-utils.git" }, "keywords": [ "eslint" ], "author": "Toru Nagashima", "license": "MIT", "bugs": { "url": "https://github.com/mysticatea/eslint-utils/issues" }, "homepage": "https://github.com/mysticatea/eslint-utils#readme" }