{
  "name": "@cortex/ingest",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc --build",
    "dev": "tsc --build --watch",
    "test": "echo \"No tests yet\""
  },
  "dependencies": {
    "@cortex/core": "*",
    "@cortex/llm": "*",
    "@cortex/graph": "*",
    "chokidar": "^5.0.0",
    "remark-parse": "^11.0.0",
    "tree-sitter": "^0.21.1",
    "tree-sitter-typescript": "^0.23.2",
    "unified": "^11.0.5",
    "yaml": "^2.8.2"
  }
}
