{ "name": "@ng-helpers/indexing", "version": "2.0.0", "private": true, "type": "module", "description": "An indexing layer built on top of NextGraph, via @ng-eventually/polyfill. An index is an ordinary public document; contributions reach it through its inbox; processing that inbox is what curates it, and that happens at its creator's connections.", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "peerDependencies": { "@ng-eventually/polyfill": "*" }, "devDependencies": { "@ng-eventually/polyfill": "file:../ng-eventually-js/packages/polyfill", "@ng-org/web": "0.1.2-alpha.13", "@types/bun": "latest", "ng-e2e-helpers": "file:../ng-eventually-js/packages/ng-e2e-helpers", "playwright": "1.61.1", "typescript": "^5.6.0" }, "scripts": { "test": "bun test", "test:e2e": "bun run e2e/run.ts", "typecheck": "bunx tsc --noEmit -p tsconfig.json" } }