{
  "name": "@ixfx/collections",
  "type": "module",
  "version": "0.56.16",
  "description": "ixfx collections",
  "author": "Clint Heyer <clint@thestaticvoid.net>",
  "license": "MIT",
  "homepage": "https://ixfxfun.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clinth/ixfx.git",
    "directory": "packages/collections"
  },
  "bugs": {
    "url": "https://github.com/clinth/ixfx/issues"
  },
  "keywords": [
    "ixfx",
    "interactivity",
    "collections"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./graph": "./dist/graph/index.js",
    "./map": "./dist/map/index.js",
    "./queue": "./dist/queue/index.js",
    "./set": "./dist/set/index.js",
    "./stack": "./dist/stack/index.js",
    "./tree": "./dist/tree/index.js",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@ixfx/arrays": "^0.56.16",
    "@ixfx/core": "^0.56.16",
    "@ixfx/events": "^0.56.16",
    "@ixfx/guards": "^0.56.16",
    "@ixfx/iterables": "^0.56.16"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {}
}