{
  "name": "@ai-rpg-engine/content-schema",
  "version": "3.11.0",
  "description": "AI RPG Engine content schemas and validators",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./schema/content-pack.schema.json": "./schema/content-pack.schema.json"
  },
  "files": [
    "dist",
    "schema"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "dependencies": {
    "@ai-rpg-engine/core": "*"
  },
  "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/content-schema"
  },
  "keywords": [
    "rpg",
    "schema",
    "validation",
    "content",
    "game-engine",
    "worldbuilding"
  ],
  "bugs": {
    "url": "https://github.com/mcp-tool-shop-org/ai-rpg-engine/issues"
  },
  "engines": {
    "node": ">=20"
  }
}
