{
  "name": "@ninoseki/eslint-plugin-neverthrow",
  "version": "0.2.0",
  "keywords": [
    "eslint",
    "eslint-plugin",
    "neverthrow"
  ],
  "homepage": "https://github.com/ninoseki/eslint-plugin-neverthrow",
  "bugs": {
    "url": "https://github.com/ninoseki/eslint-plugin-neverthrow/issues"
  },
  "license": "MIT",
  "author": "Manabu Niseki",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ninoseki/eslint-plugin-neverthrow.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.mjs",
  "scripts": {
    "build": "tsdown",
    "lint": "run-s lint:*",
    "lint:oxlint": "oxlint . --fix",
    "lint:eslint": "eslint . --fix --cache",
    "format": "oxfmt src/ tests/",
    "generate:fixtures": "node scripts/generate-fixtures.mjs",
    "test": "vitest",
    "prepack": "npm run build",
    "prepare": "husky"
  },
  "dependencies": {
    "tsutils": "^3.21.0"
  },
  "devDependencies": {
    "@types/node": "^24.12.0",
    "@typescript-eslint/rule-tester": "^8.59.4",
    "@vitest/eslint-plugin": "^1.6.17",
    "eslint": "^10.4.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-oxlint": "^1.65.0",
    "eslint-plugin-regexp": "^3.1.0",
    "eslint-plugin-simple-import-sort": "^13.0.0",
    "husky": "9.1.7",
    "jiti": "^2.7.0",
    "lint-staged": "17.0.5",
    "neverthrow": "^8.2.0",
    "npm-run-all2": "^9.0.0",
    "oxfmt": "^0.50.0",
    "oxlint": "^1.65.0",
    "publint": "^0.3.21",
    "tsdown": "^0.22.0",
    "tsx": "^4.22.2",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.4",
    "vitest": "^4.1.6"
  },
  "peerDependencies": {
    "eslint": ">=10.0.3"
  },
  "lint-staged": {
    "*.ts": [
      "npx oxlint --fix",
      "npx oxfmt"
    ]
  }
}
