{ "name": "@mattermost/eslint-plugin", "version": "1.1.0", "description": "ESLint configuration and custom rules used by Mattermost", "repository": { "type": "git", "url": "git+https://github.com/mattermost/mattermost.git", "directory": "webapp/platform/eslint-plugin" }, "author": "Mattermost, Inc.", "license": "Apache 2.0", "homepage": "https://github.com/mattermost/mattermost/tree/master/webapp/platform/eslint-plugin#readme", "main": "index.js", "dependencies": { "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.7.1", "jsx-ast-utils": "^3.3.3" }, "peerDependencies": { "eslint-plugin-react": "^7.34.0", "eslint-plugin-react-hooks": "^4.6.0" }, "peerDependenciesMeta": { "eslint-plugin-react": { "optional": true }, "eslint-plugin-react-hooks": { "optional": true } }, "scripts": { "clean": "rm -rf node_modules" } }