{
  "name": "oxc-loader",
  "type": "module",
  "version": "0.0.2",
  "description": "webpack/Rspack loader for Oxc",
  "author": "Sunny-117",
  "license": "MIT",
  "homepage": "https://github.com/Sunny-117/oxc-loader#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sunny-117/oxc-loader.git"
  },
  "bugs": "https://github.com/Sunny-117/oxc-loader/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "robuild",
    "dev": "robuild --watch",
    "lint": "oxlint src test && oxfmt --check src test",
    "lint:fix": "oxlint --fix src test && oxfmt src test",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "start": "esno src/index.ts",
    "test": "vitest --run",
    "typecheck": "tsc --noEmit",
    "prepare": "simple-git-hooks"
  },
  "dependencies": {
    "get-tsconfig": "^4.13.6",
    "oxc-transform": "^0.121.0"
  },
  "devDependencies": {
    "@antfu/ni": "^29.0.0",
    "@antfu/utils": "^9.3.0",
    "@types/node": "^25.5.0",
    "@types/webpack": "^5.28.5",
    "bumpp": "^11.0.1",
    "esno": "^4.8.0",
    "lint-staged": "^16.4.0",
    "oxfmt": "^0.41.0",
    "oxlint": "^1.56.0",
    "pnpm": "^10.32.1",
    "rimraf": "^6.1.3",
    "robuild": "^0.2.2",
    "simple-git-hooks": "^2.13.1",
    "typescript": "^5.9.3",
    "vite": "^8.0.1",
    "vitest": "^4.1.0",
    "webpack": "^5.105.4"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*.{js,ts,jsx,tsx}": [
      "oxlint --fix",
      "oxfmt"
    ]
  }
}
