{
  "name": "@ai-rpg-engine/character-creation",
  "version": "3.3.1",
  "description": "Headless character creation system â€” archetypes, backgrounds, traits, multiclassing, and build validation for AI RPG Engine",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "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/character-creation"
  },
  "keywords": [
    "rpg",
    "character",
    "creation",
    "archetype",
    "multiclass",
    "traits",
    "game-engine"
  ],
  "bugs": {
    "url": "https://github.com/mcp-tool-shop-org/ai-rpg-engine/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@ai-rpg-engine/core": "^3.0.0"
  }
}
