{ "name": "@ng-helpers/indexing", "version": "0.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; its owner curates it.", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "dependencies": { "@ng-eventually/polyfill": "file:../ng-eventually-js/packages/polyfill" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.6.0" }, "scripts": { "test": "bun test", "typecheck": "bunx tsc --noEmit -p tsconfig.json" } }