{
  "name": "electron-menubar",
  "version": "10.2.1",
  "description": "high level way to create menubar desktop applications with electron",
  "keywords": [
    "app",
    "electron",
    "linux",
    "mac",
    "menu",
    "menubar",
    "shell",
    "taskbar",
    "tray",
    "traybar",
    "windows"
  ],
  "homepage": "https://github.com/gitify-app/electron-menubar",
  "bugs": {
    "url": "https://github.com/gitify-app/electron-menubar/issues"
  },
  "license": "BSD-2-Clause",
  "author": "Gitify",
  "contributors": [
    "Afonso Jorge Ramos (https://github.com/afonsojramos)",
    "Adam Setch (https://github.com/setchy)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gitify-app/electron-menubar.git"
  },
  "files": [
    "assets/IconTemplate.png",
    "assets/IconTemplate@2x.png",
    "lib"
  ],
  "main": "lib/index.cjs",
  "module": "lib/index.mjs",
  "types": "lib/index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.mts",
        "default": "./lib/index.mjs"
      },
      "require": {
        "types": "./lib/index.d.cts",
        "default": "./lib/index.cjs"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rolldown --config rolldown.config.ts",
    "lint:check": "oxlint && oxfmt --check",
    "lint": "oxlint --fix && oxfmt",
    "test": "vitest run",
    "test:e2e": "playwright test --config tests/e2e/playwright.config.ts",
    "test:visual": "node tests/visual/run.mts",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@playwright/test": "1.62.1",
    "@types/pngjs": "6.0.5",
    "electron": "43.2.0",
    "oxfmt": "0.63.0",
    "oxlint": "1.78.0",
    "pngjs": "7.0.0",
    "rolldown": "1.2.4",
    "rolldown-plugin-dts": "0.28.2",
    "typescript": "7.0.2",
    "vitest": "4.1.10"
  },
  "peerDependencies": {
    "electron": ">=35.0.0"
  },
  "packageManager": "pnpm@11.21.0"
}
