{
  "name": "@lutrodev/dsh-roleplay-internal-rp-core",
  "version": "0.1.8",
  "private": true,
  "type": "module",
  "exports": {
    ".": "./src/index.js",
    "./protocol": "./src/protocol.js",
    "./entity-projection": "./src/entity-projection.js",
    "./conversation": "./src/conversation.js",
    "./session-runtime": "./src/session-runtime.js",
    "./runtime": "./src/runtime.js",
    "./prompts": "./src/prompts.js",
    "./context-build": "./src/context-build.js",
    "./subagent-run": "./src/subagent-run.js"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "license": "MIT",
  "engines": {
    "node": "^22.19.0 || >=24.0.0"
  }
}
