{
  "name": "custom-electron-prompt",
  "version": "1.6.1",
  "description": "Custom prompt for Electron made easy with various templates",
  "packageManager": "bun@1.3.3",
  "homepage": "https://araxeus.github.io/custom-electron-prompt",
  "keywords": [
    "electron",
    "input",
    "select",
    "counter",
    "accelerator",
    "keybind",
    "prompt",
    "dialog"
  ],
  "author": {
    "name": "Araxeus",
    "email": "araxeus@users.noreply.github.com",
    "url": "https://github.com/Araxeus"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Araxeus/custom-electron-prompt.git"
  },
  "license": "MIT",
  "main": "lib/index",
  "scripts": {
    "release": "bun check && npm publish",
    "check": "bun biome check",
    "ci": "bun biome ci",
    "lint": "bun biome check --write"
  },
  "files": [
    "lib/"
  ],
  "types": "lib/custom-electron-prompt.d.ts",
  "peerDependencies": {
    "electron": ">=10.0.0"
  },
  "peerDependenciesMeta": {
    "electron": {
      "optional": true
    }
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.7"
  }
}
