{
  "name": "@totalpave/eslint-plugin",
  "version": "7.1.2",
  "description": "Common test tools for TotalPave",
  "main": "dist/configs/recommended.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint -c .eslintrc.js",
    "prepublishOnly": "npm run-script build",
    "changelog": "auto-changelog --output CHANGELOG.md -p --release-summary --ignore-commit-pattern chore --issue-pattern '[A-Z]+-\\d+' --issue-url https://totalpave.atlassian.net/browse/{id}",
    "preversion": "npm run build",
    "version": "npm run changelog && git add CHANGELOG.md && git commit -m 'chore: changelog'",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/totalpave/tp-eslint-plugin.git"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "author": "norman.breau@totalpave.com",
  "license": "MIT",
  "homepage": "https://github.com/totalpave/tp-eslint-plugin",
  "dependencies": {
    "@eslint/js": "9.39.4",
    "@typescript-eslint/eslint-plugin": "8.66.0",
    "@typescript-eslint/parser": "8.66.0",
    "auto-changelog": "2.6.0",
    "eslint": "9.39.4",
    "eslint-plugin-promise": "7.3.0",
    "eslint-plugin-react": "7.37.5",
    "globals": "17.9.0",
    "typescript": "5.9.3",
    "typescript-eslint": "8.66.0"
  },
  "devDependencies": {
    "@types/node": "26.1.2"
  }
}
