UNPKG

@tanstack/db-collections

Version:

A collection for (aspirationally) every way of loading your data

61 lines 1.47 kB
{ "name": "@tanstack/db-collections", "description": "A collection for (aspirationally) every way of loading your data", "version": "0.0.24", "dependencies": { "@standard-schema/spec": "^1.0.0", "@tanstack/query-core": "^5.75.7", "@tanstack/store": "^0.7.0", "debug": "^4.4.1", "@tanstack/db": "0.0.20" }, "devDependencies": { "@electric-sql/client": "1.0.0", "@types/debug": "^4.1.12", "@vitest/coverage-istanbul": "^3.0.9" }, "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } }, "./package.json": "./package.json" }, "files": [ "dist", "src" ], "main": "dist/cjs/index.cjs", "module": "dist/esm/index.js", "peerDependencies": { "@electric-sql/client": ">=1.0.0", "typescript": ">=4.7" }, "author": "Kyle Mathews", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/db.git", "directory": "packages/db-collections" }, "homepage": "https://tanstack.com/db", "keywords": [ "optimistic", "typescript" ], "sideEffects": false, "type": "module", "types": "dist/esm/index.d.ts", "scripts": { "build": "vite build", "dev": "vite build --watch", "lint": "eslint . --fix", "test": "npx vitest --run" } }