Files
ng-helpers/package.json
T

29 lines
955 B
JSON

{
"name": "@ng-helpers/indexing",
"version": "2.0.1",
"private": true,
"type": "module",
"description": "An indexing layer 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 once the index's creator is connected.",
"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"
}
}