{
  "name": "@powerlines/plugin-oxlint",
  "version": "0.7.677",
  "type": "module",
  "description": "A package containing a Powerlines plugin for running Oxlint on the codebase.",
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/powerlines.git",
    "directory": "packages/plugins/plugin-oxlint"
  },
  "homepage": "https://stormsoftware.com",
  "bugs": {
    "url": "https://stormsoftware.com/support",
    "email": "support@stormsoftware.com"
  },
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.com",
    "url": "https://stormsoftware.com"
  },
  "maintainers": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "contributors": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "private": false,
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "default": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./helpers": {
      "require": {
        "types": "./dist/helpers/index.d.cts",
        "default": "./dist/helpers/index.cjs"
      },
      "import": {
        "types": "./dist/helpers/index.d.mts",
        "default": "./dist/helpers/index.mjs"
      },
      "default": {
        "types": "./dist/helpers/index.d.mts",
        "default": "./dist/helpers/index.mjs"
      }
    },
    "./helpers/generate-config": {
      "require": {
        "types": "./dist/helpers/generate-config.d.cts",
        "default": "./dist/helpers/generate-config.cjs"
      },
      "import": {
        "types": "./dist/helpers/generate-config.d.mts",
        "default": "./dist/helpers/generate-config.mjs"
      },
      "default": {
        "types": "./dist/helpers/generate-config.d.mts",
        "default": "./dist/helpers/generate-config.mjs"
      }
    },
    "./package.json": "./package.json",
    "./types": {
      "require": {
        "types": "./dist/types/index.d.cts",
        "default": "./dist/types/index.cjs"
      },
      "import": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/types/index.mjs"
      },
      "default": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/types/index.mjs"
      }
    },
    "./types/plugin": {
      "require": {
        "types": "./dist/types/plugin.d.cts",
        "default": "./dist/types/plugin.cjs"
      },
      "import": {
        "types": "./dist/types/plugin.d.mts",
        "default": "./dist/types/plugin.mjs"
      },
      "default": {
        "types": "./dist/types/plugin.d.mts",
        "default": "./dist/types/plugin.mjs"
      }
    }
  },
  "files": ["dist"],
  "keywords": ["oxlint", "powerlines", "storm-software", "powerlines-plugin"],
  "dependencies": {
    "@storm-software/config-tools": "^1.190.133",
    "@stryke/cli": "^0.13.82",
    "@stryke/convert": "^0.7.39",
    "@stryke/fs": "^0.33.110",
    "@stryke/path": "^0.29.35",
    "defu": "^6.1.7",
    "oxlint": "^1.78.0",
    "oxlint-tsgolint": "^0.14.2",
    "powerlines": "^0.47.211"
  },
  "devDependencies": {
    "@powerlines/plugin-plugin": "^0.12.624",
    "@types/node": "^25.9.5"
  },
  "publishConfig": { "access": "public" },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
}
