{
  "name": "@sharpee/sharpee",
  "version": "1.1.1",
  "description": "Sharpee - Interactive Fiction Engine for TypeScript",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.js",
      "default": "./index.js"
    }
  },
  "dependencies": {
    "@sharpee/channel-service": "^1.1.1",
    "@sharpee/core": "^1.1.1",
    "@sharpee/engine": "^1.1.1",
    "@sharpee/event-processor": "^1.1.1",
    "@sharpee/ext-testing": "^1.1.1",
    "@sharpee/if-domain": "^1.1.1",
    "@sharpee/if-services": "^1.1.1",
    "@sharpee/lang-en-us": "^1.1.1",
    "@sharpee/media": "^1.1.1",
    "@sharpee/parser-en-us": "^1.1.1",
    "@sharpee/platform-browser": "^1.1.1",
    "@sharpee/plugin-npc": "^1.1.1",
    "@sharpee/plugin-scheduler": "^1.1.1",
    "@sharpee/plugin-state-machine": "^1.1.1",
    "@sharpee/plugins": "^1.1.1",
    "@sharpee/character": "^1.1.1",
    "@sharpee/story-runtime-baseline": "^1.1.1",
    "@sharpee/stdlib": "^1.1.1",
    "@sharpee/text-blocks": "^1.1.1",
    "@sharpee/world-model": "^1.1.1"
  },
  "keywords": [
    "interactive-fiction",
    "if",
    "text-adventure",
    "sharpee",
    "game-engine",
    "parser",
    "zork"
  ],
  "author": "Sharpee Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ChicagoDave/sharpee.git",
    "directory": "packages/sharpee"
  },
  "homepage": "https://github.com/ChicagoDave/sharpee#readme",
  "bugs": {
    "url": "https://github.com/ChicagoDave/sharpee/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "genai": {
    "entry": "./GENAI.md",
    "docs": "./docs/genai-api/"
  },
  "publishConfig": {
    "access": "public"
  }
}
