{
  "name": "@sharpee/if-domain",
  "version": "1.1.1",
  "description": "Core domain model and contracts for Sharpee Interactive Fiction Platform",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.js",
      "default": "./index.js"
    }
  },
  "dependencies": {
    "@sharpee/core": "^1.1.1",
    "@sharpee/text-blocks": "^1.1.1"
  },
  "keywords": [
    "interactive-fiction",
    "if",
    "text-adventure",
    "sharpee",
    "domain",
    "events",
    "contracts"
  ],
  "author": "Sharpee Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ChicagoDave/sharpee.git",
    "directory": "packages/if-domain"
  },
  "homepage": "https://github.com/ChicagoDave/sharpee#readme",
  "bugs": {
    "url": "https://github.com/ChicagoDave/sharpee/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
