{
  "name": "@dathra/store",
  "description": "dathra atom store package",
  "version": "0.0.24",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "provenance": true
  },
  "type": "module",
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:dathra/dathra.git"
  },
  "bugs": {
    "url": "https://github.com/dathra/dathra/issues",
    "email": "dathra@takumaru.dev"
  },
  "homepage": "https://github.com/dathra/dathra#readme",
  "author": "takuma-ru <takuma-ru@takumaru.dev> (https://github.com/takuma-ru/)",
  "keywords": [
    "dathra",
    "framework",
    "frontend",
    "javascript",
    "typescript"
  ],
  "exports": {
    ".": {
      "node": {
        "types": "./dist/index.d.mts",
        "import": "./dist/index.node.mjs",
        "require": "./dist/index.node.cjs"
      },
      "default": {
        "types": "./dist/index.d.mts",
        "import": "./dist/index.mjs",
        "require": "./dist/index.cjs"
      }
    },
    "./internal": {
      "node": {
        "types": "./dist/internal.d.mts",
        "import": "./dist/internal.node.mjs",
        "require": "./dist/internal.node.cjs"
      },
      "default": {
        "types": "./dist/internal.d.mts",
        "import": "./dist/internal.mjs",
        "require": "./dist/internal.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "typecheck": "tsgo --noEmit",
    "lint": "oxlint",
    "lint:type-aware": "oxlint --type-aware",
    "fmt": "oxfmt --ignore-path ../../.gitignore --write .",
    "fmt:check": "oxfmt --ignore-path ../../.gitignore --check .",
    "test": "vitest run --coverage --passWithNoTests",
    "release": "rlse"
  },
  "devDependencies": {
    "@dathra/config": "workspace:*",
    "@types/node": "catalog:",
    "@vitest/coverage-v8": "catalog:",
    "rlse.ts": "catalog:",
    "vitest": "catalog:"
  },
  "dependencies": {
    "@dathra/reactivity": "workspace:*"
  }
}
