You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Zero-server TypeScript port of Sprout's deterministic pipeline (hashing embedder, BM25, extractive generator, guards) over the exported index.json — EXP-08.",
"type": "module",
"license": "Apache-2.0",
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"build:site": "npm run build && node scripts/copy-site-assets.mjs",
"test": "npm run build && node --test dist/test/conformance.test.js",