{
  "type": "module",
  "name": "@vitejs/devtools-oxc",
  "version": "0.6.1",
  "description": "DevTools for the Oxc toolchain",
  "author": "Leo (https://github.com/yuyinws)",
  "license": "MIT",
  "homepage": "https://github.com/vitejs/devtools/tree/main/packages/oxc#readme",
  "repository": {
    "directory": "packages/oxc",
    "type": "git",
    "url": "git+https://github.com/vitejs/devtools.git"
  },
  "bugs": "https://github.com/vitejs/devtools/issues",
  "keywords": [
    "oxc",
    "oxlint",
    "oxfmt",
    "devtools"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./vite": "./dist/vite.mjs"
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "bin": {
    "oxc-devtools": "./bin/oxc-devtools.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "dependencies": {
    "@oxlint-config-inspector/core": "^1.1.1",
    "cac": "^7.0.0",
    "devframe": "^0.9.5",
    "local-pkg": "^1.2.1",
    "nostics": "^1.2.0",
    "nypm": "^0.6.9",
    "pathe": "^2.0.3",
    "tinyexec": "^1.3.0",
    "@vitejs/devtools-kit": "0.6.1"
  },
  "devDependencies": {
    "@devframes/vite": "^0.9.5",
    "@humanwhocodes/momoa": "^3.3.12",
    "@nuxt/kit": "^4.5.2",
    "@types/picomatch": "^4.0.3",
    "@unocss/nuxt": "^66.8.1",
    "@vueuse/core": "^14.4.0",
    "@vueuse/nuxt": "^14.4.0",
    "floating-vue": "^5.2.2",
    "modern-monaco": "^0.4.2",
    "nuxt": "^4.5.2",
    "oxfmt": "^0.62.0",
    "oxlint": "^1.79.0",
    "picomatch": "^4.0.5",
    "shiki": "^4.4.3",
    "theme-vitesse": "^1.0.0",
    "tsdown": "^0.22.14",
    "tsx": "^4.23.12",
    "typescript": "^6.0.3",
    "unocss": "^66.8.1",
    "vite": "^8.2.2",
    "vue": "^3.5.41",
    "vue-router": "^5.2.0",
    "@vitejs/devtools-ui": "0.6.1"
  },
  "scripts": {
    "build": "pnpm dev:prepare && nuxi build src && tsdown",
    "dev": "nuxi dev src",
    "dev:prepare": "nuxi prepare src",
    "lint": "oxlint --ignore-pattern 'src/app/fixtures/**' && oxfmt --check . '!src/app/fixtures/**'",
    "lint:fix": "oxlint --fix --ignore-pattern 'src/app/fixtures/**' && oxfmt . '!src/app/fixtures/**'"
  }
}