{
  "name": "@lutrodev/dsh-roleplay-internal-rp-state",
  "version": "0.1.8",
  "private": true,
  "type": "module",
  "exports": {
    ".": "./src/index.js",
    "./condition": "./src/condition.js",
    "./definition": "./src/definition.js",
    "./protocol": "./src/protocol.js",
    "./schema": "./src/schema.js",
    "./update": "./src/update.js",
    "./package.json": "./package.json"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "license": "MIT",
  "engines": {
    "node": "^22.19.0 || >=24.0.0"
  }
}
