{ "name": "eslint-plugin-notice", "version": "0.9.10", "description": "An eslint rule that checks the top of files and --fix them too!", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "node tests/lib/rules/notice.js && node tests/test-utils.js && mocha staging" }, "keywords": [ "eslint", "plugin", "notice", "copyright", "header", "lint", "eslintplugin" ], "repository": "https://github.com/nickdeis/eslint-plugin-notice", "author": "nickdeis", "license": "MIT", "devDependencies": { "eslint": "^6.8.0", "eslint-plugin-self": "^1.2.0", "mocha": "^7.1.2" }, "dependencies": { "find-root": "^1.1.0", "lodash": "^4.17.15", "metric-lcs": "^0.1.2" }, "peerDependencies": { "eslint": ">=3.0.0" } }