{ "name": "mc-asset", "version": "0.3.1", "description": "Pixel-native Minecraft asset toolchain — CLI and MCP server for deterministic pixel-art, animation, and resource-pack workflows", "keywords": [ "minecraft", "mcp", "mcp-server", "model-context-protocol", "pixel-art", "resource-pack", "texture-generation", "image-processing", "cli", "ai-agents" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/smile-minecraft/mc-asset.git" }, "homepage": "https://github.com/smile-minecraft/mc-asset#readme", "bugs": { "url": "https://github.com/smile-minecraft/mc-asset/issues" }, "mcpName": "io.github.smile-minecraft/mc-asset", "type": "module", "engines": { "node": ">=22" }, "bin": { "mc-asset": "bin/mc-asset.js" }, "files": [ "bin/", "dist/" ], "scripts": { "test": "bun test", "test:typecheck": "tsc --noEmit", "lint": "biome check .", "build": "node scripts/build.mjs", "release": "node scripts/release-artifacts.mjs" }, "dependencies": { "@jsquash/webp": "1.5.0", "@modelcontextprotocol/sdk": "1.30.0", "commander": "15.0.0", "jpeg-js": "0.4.4", "pngjs": "7.0.0", "zod": "3.25.76" }, "devDependencies": { "@biomejs/biome": "2.5.14", "bun-types": "1.4.2", "typescript": "7.0.2" } }