{ "name": "eslint-config-conventions", "version": "0.0.0-development", "public": true, "description": "ESLint shareable config to enforce strict conventions and good code quality.", "author": "Divlo ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Divlo/eslint-config-conventions.git" }, "bugs": { "url": "https://github.com/Divlo/eslint-config-conventions/issues" }, "homepage": "https://github.com/Divlo/eslint-config-conventions#readme", "keywords": [ "eslintconfig", "eslint", "quality", "strict linter", "validate", "code quality", "conventions" ], "main": "index.js", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "scripts": { "lint:commit": "commitlint", "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint \"**/*.md\" --dot --ignore-path \".gitignore\"", "lint:javascript": "eslint \"**/*.{js,jsx,ts,tsx}\" -c \"eslintrc.json\"", "lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"", "lint:staged": "lint-staged", "test": "tap", "release": "semantic-release", "postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable" }, "peerDependencies": { "eslint": "^8.9.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-unicorn": "^42.0.0" }, "devDependencies": { "@commitlint/cli": "16.2.3", "@commitlint/config-conventional": "16.2.1", "@types/eslint": "8.4.1", "@types/tap": "15.0.6", "@typescript-eslint/eslint-plugin": "5.18.0", "@typescript-eslint/parser": "5.18.0", "editorconfig-checker": "4.0.2", "eslint": "8.12.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-promise": "6.0.0", "eslint-plugin-unicorn": "42.0.0", "husky": "7.0.4", "lint-staged": "12.3.7", "markdownlint-cli": "0.31.1", "pinst": "3.0.0", "prettier": "2.6.2", "semantic-release": "19.0.2", "tap": "16.0.1", "typescript": "4.6.3" } }