Files

29 lines
1006 B
JSON

{
"name": "@ng-helpers/indexing",
"version": "4.0.0",
"private": true,
"type": "module",
"description": "An indexing helper built on top of NextGraph, via @ng-eventually/polyfill. An index is an ordinary public document; anyone may hand it a reference to an object, and that reference becomes an entry through the layer below — this package hides that an index is implemented by an inbox.",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"peerDependencies": {
"@ng-eventually/polyfill": "*"
},
"devDependencies": {
"@ng-eventually/polyfill": "link:../ng-eventually-js/packages/polyfill",
"@ng-org/web": "0.1.2-alpha.13",
"@types/bun": "latest",
"ng-e2e-helpers": "link:../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"
}
}