{ "name": "linkedin-trends-store", "version": "0.1.0", "type": "module", "description": "Persistent trend store (research-engine §5, foundation layer) — a topic-tagged, provenance-bearing inventory of captured trend signals so the research engine accumulates history instead of starting amnesiac each session. Fully generic: nothing niche-specific lives here. Deterministic store + dedup + query; the capture/scoring lives in the agent/command layer.", "scripts": { "build": "tsc", "test": "node --import tsx --test tests/*.test.ts", "start": "node --import tsx src/cli.ts" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" } }