{
  "name": "@minecraft/creator-tools",
  "version": "0.17.0",
  "productName": "Minecraft Creator Tools",
  "description": "Minecraft Creator Tools command line and libraries.",
  "publisher": "mojang-studios",
  "author": {
    "name": "Mojang Studios"
  },
  "keywords": [
    "minecraft",
    "tools",
    "bedrock",
    "add-on",
    "creator"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Mojang/minecraft-creator-tools.git"
  },
  "bugs": {
    "url": "https://aka.ms/mctbugs"
  },
  "license": "MIT",
  "homepage": "https://aka.ms/mcthomepage",
  "bin": {
    "mct": "./cli/index.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@minecraft/bedrock-schemas": "1.26.20-beta.21",
    "@octokit/rest": "22.0.1",
    "@lunapaint/tga-codec": "0.1.0",
    "@modelcontextprotocol/sdk": "1.28.0",
    "@rauschma/stringio": "1.4.0",
    "axios": "1.15.0",
    "comment-json": "4.5.1",
    "commander": "14.0.2",
    "esbuild-wasm": "0.21.3",
    "esprima-next": "6.0.2",
    "exifr": "7.1.3",
    "inquirer": "9.3.6",
    "ink": "5.0.1",
    "ink-select-input": "6.0.0",
    "ink-spinner": "5.0.0",
    "ink-text-input": "6.0.0",
    "localforage": "1.9.0",
    "js-md5": "0.8.3",
    "json-schema": "0.4.0",
    "json-stable-stringify": "1.3.0",
    "jszip": "3.10.1",
    "obscenity": "0.4.3",
    "open": "8.3.0",
    "pako": "2.0.4",
    "pngjs": "7.0.0",
    "ste-events": "2.0.9",
    "uuid": "9.0.0",
    "zod": "3.25.36",
    "ws": "8.18.3"
  },
  "optionalDependencies": {
    "@resvg/resvg-js": "2.6.2",
    "bufferutil": "4.0.8",
    "playwright": "1.58.2",
    "utf-8-validate": "6.0.3"
  }
}
