{
  "name": "electron-ipc-flow",
  "version": "6.0.1",
  "description": "Fluently and type-safely write IPC for Electron",
  "keywords": [
    "electron",
    "ipc",
    "typescript",
    "type-safe"
  ],
  "files": [
    "./dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./preload": {
      "default": "./dist/preload.cjs"
    }
  },
  "homepage": "https://github.com/Hill-98/electron-ipc-flow",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hill-98/electron-ipc-flow.git"
  },
  "bugs": "https://github.com/Hill-98/electron-ipc-flow/issues",
  "author": "Zhong Lufan <lufanzhong@gmail.com>",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "npm run check && npm run test && npm run build",
    "build": "node build.ts",
    "check": "biome check && tsc --noEmit",
    "test": "node --test",
    "prepare": "husky"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.10",
    "@types/node": "^24.12.0",
    "callsites": "^4.2.0",
    "electron": "^41.0.0",
    "husky": "^9.1.6",
    "is-promise": "^4.0.0",
    "serialize-error": "^13.0.0",
    "ts-expect": "^1.3.0",
    "typescript": "~6.0.2",
    "vite": "^8.0.3",
    "vite-plugin-dts": "^4.5.3"
  },
  "peerDependencies": {
    "electron": ">= 32.0.0"
  }
}
