{
  "$schema": "https://www.schemastore.org/package.json",
  "name": "@mpsuesser/oxlint-plugin-alchemy",
  "version": "0.2.2",
  "description": "Oxlint JS plugin enforcing Alchemy-first development conventions",
  "keywords": [
    "alchemy",
    "alchemy.run",
    "eslint",
    "iac",
    "infrastructure-as-code",
    "lint",
    "linter",
    "oxc",
    "oxlint",
    "oxlint-plugin",
    "oxlintplugin",
    "plugin",
    "rules",
    "typescript"
  ],
  "homepage": "https://github.com/mpsuesser/oxlint-plugin-alchemy#readme",
  "bugs": {
    "url": "https://github.com/mpsuesser/oxlint-plugin-alchemy/issues"
  },
  "license": "MIT",
  "author": "Marc Suesser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mpsuesser/oxlint-plugin-alchemy.git"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./oxlint": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsdown",
    "check": "vp check --fix",
    "test": "vitest run",
    "typecheck": "tsgo",
    "prepare": "bunx --bun effect-tsgo patch",
    "prepack": "bun run build"
  },
  "dependencies": {
    "@oxlint/plugins": "^1.66.0",
    "effect": "4.0.0-beta.78",
    "effect-oxlint": "^0.3.2"
  },
  "devDependencies": {
    "@effect/tsgo": "^0.11.0",
    "@effect/vitest": "4.0.0-beta.78",
    "@types/bun": "^1.3.14",
    "@typescript/native-preview": "^7.0.0-dev.20260523.1",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.3",
    "vite-plus": "^0.1.22",
    "vitest": "^4.1.7"
  },
  "overrides": {
    "effect": "4.0.0-beta.78",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.1.22"
  },
  "packageManager": "bun@1.3.14"
}
