{
  "name": "atom.io",
  "version": "0.52.1",
  "description": "Versatile state engine for TypeScript applications.",
  "homepage": "https://atom.io.fyi",
  "agentDocs": "./AGENTS.md",
  "sideEffects": false,
  "type": "module",
  "license": "MPL-2.0",
  "author": "Jeremy Banka",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeremybanka/atom.io.git",
    "directory": "packages/atom.io"
  },
  "peerDependencies": {
    "@floating-ui/react": ">=0.25.0",
    "@floating-ui/react-dom": ">=2.0.0",
    "@testing-library/react": ">=14.0.0",
    "@typescript-eslint/parser": ">=8.0.0",
    "eslint": ">=9.0.0",
    "happy-dom": ">=17.4.4",
    "motion": ">=11.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "socket.io": ">=4.0.0",
    "socket.io-client": ">=4.0.0",
    "solid-js": "^1.9.0"
  },
  "peerDependenciesMeta": {
    "@floating-ui/react": {
      "optional": true
    },
    "@floating-ui/react-dom": {
      "optional": true
    },
    "@testing-library/react": {
      "optional": true
    },
    "@typescript-eslint/parser": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "solid-js": {
      "optional": true
    },
    "eslint": {
      "optional": true
    },
    "happy-dom": {
      "optional": true
    },
    "motion": {
      "optional": true
    },
    "socket.io": {
      "optional": true
    },
    "socket.io-client": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/core": "1.2.1",
    "@orpc/client": "1.15.0",
    "@orpc/server": "1.15.0",
    "@storybook/addon-docs": "10.5.8",
    "@storybook/addon-onboarding": "10.5.8",
    "@storybook/react-vite": "10.5.8",
    "@tanstack/react-query": "5.101.4",
    "@testing-library/dom": "10.4.1",
    "@testing-library/react": "16.3.2",
    "@tsdown/css": "0.22.14",
    "@types/estree": "1.0.9",
    "@types/node": "26.2.0",
    "@types/react": "19.2.18",
    "@typescript-eslint/parser": "8.67.0",
    "@typescript-eslint/rule-tester": "8.67.0",
    "@typescript-eslint/utils": "8.67.0",
    "@vitest/coverage-v8": "4.1.10",
    "@vitest/ui": "4.1.10",
    "arktype": "2.2.3",
    "break-check": "0.6.33",
    "concurrently": "10.0.5",
    "drizzle-kit": "0.31.10",
    "drizzle-orm": "0.45.2",
    "eslint": "10.8.1",
    "happy-dom": "20.11.2",
    "motion": "13.1.0",
    "postgres": "3.4.9",
    "preact": "10.29.8",
    "react": "19.2.8",
    "react-dom": "19.2.8",
    "recoverage": "0.1.16",
    "socket.io": "4.8.3",
    "socket.io-client": "4.8.3",
    "solid-js": "1.9.15",
    "storybook": "10.5.8",
    "takua": "0.2.2",
    "treetrunks": "0.1.8",
    "tsdown": "0.22.14",
    "typescript": "7.0.2",
    "typescript-eslint-typescript": "npm:typescript@6.0.3",
    "vite": "8.2.1",
    "vitest": "4.1.10",
    "zod": "4.4.3",
    "zustand": "5.0.15",
    "@atom.io/exhibits": "0.0.0"
  },
  "main": "./dist/main/index.js",
  "files": [
    "dist",
    "src",
    "css.d.ts",
    "AGENTS.md",
    "docs/agent"
  ],
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/main/index.js",
      "types": "./dist/main/index.d.ts"
    },
    "./eslint-plugin": {
      "import": "./dist/eslint-plugin/index.js",
      "types": "./dist/eslint-plugin/index.d.ts"
    },
    "./experiments/realms": {
      "import": "./dist/experiments/realms/index.js",
      "types": "./dist/experiments/realms/index.d.ts"
    },
    "./foundations/canonical": {
      "import": "./dist/foundations/canonical/index.js",
      "types": "./dist/foundations/canonical/index.d.ts"
    },
    "./foundations/entries": {
      "import": "./dist/foundations/entries/index.js",
      "types": "./dist/foundations/entries/index.d.ts"
    },
    "./foundations/enumeration": {
      "import": "./dist/foundations/enumeration/index.js",
      "types": "./dist/foundations/enumeration/index.d.ts"
    },
    "./foundations/future": {
      "import": "./dist/foundations/future/index.js",
      "types": "./dist/foundations/future/index.d.ts"
    },
    "./foundations/json": {
      "import": "./dist/foundations/json/index.js",
      "types": "./dist/foundations/json/index.d.ts"
    },
    "./foundations/junction": {
      "import": "./dist/foundations/junction/index.js",
      "types": "./dist/foundations/junction/index.d.ts"
    },
    "./foundations/overlays": {
      "import": "./dist/foundations/overlays/index.js",
      "types": "./dist/foundations/overlays/index.d.ts"
    },
    "./foundations/subject": {
      "import": "./dist/foundations/subject/index.js",
      "types": "./dist/foundations/subject/index.d.ts"
    },
    "./foundations/type-utils": {
      "import": "./dist/foundations/type-utils/index.js",
      "types": "./dist/foundations/type-utils/index.d.ts"
    },
    "./internal": {
      "import": "./dist/internal/index.js",
      "types": "./dist/internal/index.d.ts"
    },
    "./introspection": {
      "import": "./dist/introspection/index.js",
      "types": "./dist/introspection/index.d.ts"
    },
    "./react": {
      "import": "./dist/react/index.js",
      "types": "./dist/react/index.d.ts"
    },
    "./react-devtools": {
      "import": "./dist/react-devtools/index.js",
      "types": "./dist/react-devtools/index.d.ts"
    },
    "./react-devtools/css": {
      "import": "./dist/react-devtools/index.css",
      "types": "./css.d.ts"
    },
    "./realtime": {
      "import": "./dist/realtime/index.js",
      "types": "./dist/realtime/index.d.ts"
    },
    "./realtime-client": {
      "import": "./dist/realtime-client/index.js",
      "types": "./dist/realtime-client/index.d.ts"
    },
    "./realtime-react": {
      "import": "./dist/realtime-react/index.js",
      "types": "./dist/realtime-react/index.d.ts"
    },
    "./realtime-server": {
      "import": "./dist/realtime-server/index.js",
      "types": "./dist/realtime-server/index.d.ts"
    },
    "./realtime-testing": {
      "import": "./dist/realtime-testing/index.js",
      "types": "./dist/realtime-testing/index.d.ts"
    },
    "./solid": {
      "import": "./dist/solid/index.js",
      "types": "./dist/solid/index.d.ts"
    },
    "./testing": {
      "import": "./dist/testing/index.js",
      "types": "./dist/testing/index.d.ts"
    },
    "./transceivers/o-list": {
      "import": "./dist/transceivers/o-list/index.js",
      "types": "./dist/transceivers/o-list/index.d.ts"
    },
    "./transceivers/u-list": {
      "import": "./dist/transceivers/u-list/index.js",
      "types": "./dist/transceivers/u-list/index.d.ts"
    },
    "./web": {
      "import": "./dist/web/index.js",
      "types": "./dist/web/index.d.ts"
    },
    "./realtime-testing/headless": {
      "import": "./dist/realtime-testing/headless/index.js",
      "types": "./dist/realtime-testing/headless/index.d.ts"
    }
  },
  "scripts": {
    "build": "bun build:docs && tsdown && bun build:check",
    "build:docs": "./__scripts__/agent-docs.bun.ts",
    "build:check": "./__scripts__/validate-dist.node.ts",
    "manifest": "./__scripts__/manifest-build.node.ts",
    "manifest:test": "./__scripts__/manifest-test.node.ts",
    "postversion": "dprint fmt package.json",
    "lint:eslint": "eslint",
    "lint:oxlint": "oxlint",
    "lint:types": "tsc && tsc -p tsconfig.exhibits.json",
    "lint:types:docs": "tsc -p tsconfig.exhibits.json",
    "test": "vitest",
    "test:once": "vitest run --config vitest.dist.config.ts",
    "test:once:public": "vitest run --config vitest.public-dist.config.ts",
    "test:stress:realtime-ipc": "ATOM_IO_TEST_ROOM_STARTUP_DELAY_MS=1250 vitest run --config vitest.dist.config.ts __tests__/private/experiments/realtime-ipc/game-servers.test.tsx",
    "test:breaks": "break-check break-check.config.json --verbose",
    "cov": "vitest run --config vitest.total-coverage.config.ts --coverage",
    "cov:recoverage": "recoverage",
    "cov:up": "pnpm cov && recoverage",
    "cov:public": "vitest run --config vitest.public-coverage.config.ts --coverage",
    "cov:dev": "vitest --config vitest.public-coverage.config.ts --coverage",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build"
  }
}