{
  "name": "@russellthehippo/honker-node",
  "version": "0.5.1",
  "description": "Node binding for honker \u2014 durable queues, streams, pub/sub, and scheduler on SQLite.",
  "main": "wrapper.js",
  "types": "wrapper.d.ts",
  "exports": {
    ".": {
      "types": "./wrapper.d.ts",
      "default": "./wrapper.js"
    },
    "./extension": {
      "types": "./extension.d.ts",
      "default": "./extension.js"
    },
    "./package.json": "./package.json",
    "./*": "./*"
  },
  "homepage": "https://honker.dev",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.js",
    "wrapper.js",
    "api.js",
    "wrapper.d.ts",
    "index.d.ts",
    "extension.js",
    "extension.d.ts",
    "README.md",
    "LICENSE",
    "LICENSE-*"
  ],
  "napi": {
    "binaryName": "honker",
    "targets": [
      "aarch64-apple-darwin",
      "x86_64-apple-darwin",
      "x86_64-unknown-linux-gnu",
      "aarch64-unknown-linux-gnu"
    ]
  },
  "engines": {
    "node": ">= 20"
  },
  "scripts": {
    "build": "napi build --platform --release",
    "build:debug": "napi build --platform",
    "test": "node --test test/extension.js test/api.test.js test/basic.js test/parity.test.js test/cross_lang_python_to_node.js test/cross_lang_node_to_python.js test/cross_lang_supporting.js test/watcher_backends.js test/watcher_backends_e2e.js test/watcher_backends_queue_e2e.js test/phase_mantle.js"
  },
  "devDependencies": {
    "@napi-rs/cli": "^3.0.0"
  },
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/russellromney/honker"
  },
  "optionalDependencies": {
    "@russellthehippo/honker-node-darwin-arm64": "0.5.1",
    "@russellthehippo/honker-node-darwin-x64": "0.5.1",
    "@russellthehippo/honker-node-linux-x64-gnu": "0.5.1",
    "@russellthehippo/honker-node-linux-arm64-gnu": "0.5.1",
    "@russellthehippo/honker-ext-darwin-arm64": "0.4.6",
    "@russellthehippo/honker-ext-darwin-x64": "0.4.6",
    "@russellthehippo/honker-ext-linux-x64-gnu": "0.4.6",
    "@russellthehippo/honker-ext-linux-arm64-gnu": "0.4.6"
  }
}
