{
  "name": "@epicdm/flowstate-collections",
  "version": "1.1.10",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./core": {
      "types": "./dist/core/index.d.ts",
      "import": "./dist/core/index.js",
      "require": "./dist/core/index.cjs"
    },
    "./react": {
      "types": "./dist/adapters/react/index.d.ts",
      "import": "./dist/adapters/react/index.js",
      "require": "./dist/adapters/react/index.cjs"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "import": "./dist/utils/index.js",
      "require": "./dist/utils/index.cjs"
    },
    "./dist/index.js": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext .ts,.tsx",
    "test": "jest --config jest.config.cjs",
    "docs": "typedoc",
    "docs:watch": "typedoc --watch",
    "docs:md": "typedoc --options typedoc.markdown.json",
    "docs:md:watch": "typedoc --options typedoc.markdown.json --watch",
    "docs:all": "yarn docs && yarn docs:md"
  },
  "dependencies": {
    "@epicdm/flowstate-crypto": "1.0.8",
    "nanoid": "^5.0.1",
    "rxdb": "16.21.1",
    "rxjs": "^7.8.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@tanstack/react-query": "^5.96.2",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/react-test-renderer": "^19",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "@xyflow/react": "^12.0.0",
    "eslint": "^8.57.1",
    "jest": "^30.2.0",
    "react-test-renderer": "^19.2.0",
    "ts-jest": "^29.4.5",
    "tsup": "^8.0.0",
    "typedoc": "^0.28.14",
    "typedoc-plugin-markdown": "^4.9.0",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "@tanstack/react-query": "^5.96.2",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "rxdb": "16.21.1",
    "rxjs": ">=7.0.0"
  },
  "author": "Epic Digital Interactive Media LLC",
  "license": "Apache-2.0",
  "description": "Shared RxDB collections for Epic Flow applications",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/epicdm/epic-flowstate.git",
    "directory": "packages/db-collections"
  },
  "peerDependenciesMeta": {
    "@tanstack/react-query": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  }
}
