{
  "name": "@gtkx/vitest",
  "version": "1.6.0",
  "description": "Vitest plugin for GTK apps with headless Wayland isolation.",
  "keywords": [
    "gtkx",
    "gtk",
    "gtk4",
    "vitest",
    "testing",
    "plugin",
    "wayland",
    "linux",
    "desktop"
  ],
  "homepage": "https://gtkx.dev",
  "bugs": {
    "url": "https://github.com/gtkx-org/gtkx/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gtkx-org/gtkx.git",
    "directory": "packages/vitest"
  },
  "license": "MPL-2.0",
  "author": "Eugenio Depalo <eugeniodepalo@gmail.com>",
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "files": [
    "dist",
    "src"
  ],
  "nx": {
    "targets": {
      "lint": {
        "options": {
          "cwd": ".",
          "command": "eslint {projectRoot}"
        }
      }
    }
  },
  "engines": {
    "node": ">=24"
  },
  "dependencies": {
    "@homebridge/dbus-native": "^0.7.9",
    "@gtkx/utils": "1.6.0",
    "@gtkx/config": "1.6.0"
  },
  "devDependencies": {
    "vitest": "^4.1.11"
  },
  "peerDependencies": {
    "vitest": ">=4"
  },
  "scripts": {
    "release": "tsx ../../scripts/release-package.ts"
  }
}