{
  "name": "eslint-plugin-openreachtech",
  "description": "ESLint custom rules by Open Reach Tech.",
  "version": "1.0.1",
  "author": "Open Reach Tech inc.",
  "files": [
    "lib/",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "main": "index.js",
  "scripts": {
    "l": "npm run lint",
    "lint": "eslint .",
    "test": "export NODE_ENV=development; jest --forceExit --detectOpenHandles"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openreachtech/eslint-plugin-openreachtech.git"
  },
  "keywords": [
    "ESLint",
    "plugin",
    "else",
    "if",
    "elseif"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/openreachtech/eslint-plugin-openreachtech/issues"
  },
  "homepage": "https://github.com/openreachtech/eslint-plugin-openreachtech#readme",
  "devDependencies": {
    "@openreachtech/eslint-config": "^2.0.2",
    "@types/jest": "^29.1.1",
    "eslint": "^8.24.0",
    "jest": "^29.1.2"
  }
}
