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