{
  "name": "@gaiaverse/semantic-turning-point-detector",
  "description": "Detects key semantic turning points in conversations using recursive semantic distance analysis. Ideal for conversation analysis, dialogue segmentation, insight detection, and AI-assisted reasoning tasks.",
  "version": "3.0.4",
  "license": "MIT",
  "author": "gaiaverseltd, Ziping Liu <ziping@gaiaverse.ai>",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/gaiaverseltd/semantic-turning-point-detector.git"
  },
  "main": "dist",
  "keywords": [
    "recursive-reasoning",
    "adaptive-recursion",
    "turning-point-detection",
    "semantic-segmentation",
    "semantic-analysis",
    "meta-message",
    "dimensional-escalation",
    "cognitive-architecture",
    "ARC",
    "CRA",
    "adaptive-recursive-convergence",
    "cascading-re-dimensional-attention",
    "conversation-analysis",
    "conversation-segmentation",
    "semantic-turning-point",
    "chat-analysis",
    "dialogue-modeling",
    "structural-inference",
    "bounded-recursion",
    "emergent-structure",
    "AI",
    "LLM",
    "NLP",
    "natural-language-processing",
    "semantic-shift-detection",
    "insight-detection",
    "fractal-structure",
    "convergence-analysis",
    "hypothesis-generation",
    "machine-learning",
    "explainable-ai",
    "explainable-ai-tools"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "start": "node --max-old-space-size=8192 dist/semanticTurningPointDetector.js"
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "entryPoints": [
    "dist/index.js"
  ],
  "dependencies": {
    "async": "^3.2.6",
    "crypto": "^1.0.1",
    "dotenv": "^16.4.7",
    "fs-extra": "^11.3.0",
    "gpt-tokenizer": "^2.9.0",
    "lru-cache": "^11.1.0",
    "openai": "^4.91.1",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@types/async": "^3.2.24",
    "@types/dotenv": "^6.1.1",
    "@types/fs-extra": "^11.0.4",
    "typescript": "^5.8.2"
  }
}
