{
  "name": "@ai-rpg-engine/starter-fantasy",
  "version": "3.8.0",
  "description": "AI RPG Engine fantasy starter: The Chapel Threshold",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "content"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "dependencies": {
    "@ai-rpg-engine/core": "*",
    "@ai-rpg-engine/content-schema": "*",
    "@ai-rpg-engine/modules": "*",
    "@ai-rpg-engine/equipment": "*"
  },
  "devDependencies": {
    "@ai-rpg-engine/presentation": "*",
    "@ai-rpg-engine/soundpack-core": "*",
    "@ai-rpg-engine/terminal-ui": "*"
  },
  "license": "MIT",
  "author": "mcp-tool-shop",
  "homepage": "https://mcp-tool-shop-org.github.io/ai-rpg-engine/",
  "repository": {
    "type": "git",
    "url": "https://github.com/mcp-tool-shop-org/ai-rpg-engine.git",
    "directory": "packages/starter-fantasy"
  },
  "keywords": [
    "rpg",
    "fantasy",
    "game-engine",
    "starter",
    "worldbuilding",
    "content-pack"
  ],
  "bugs": {
    "url": "https://github.com/mcp-tool-shop-org/ai-rpg-engine/issues"
  },
  "engines": {
    "node": ">=20"
  }
}
